view gwt-client/src/test/java/test/AbstractBerechnungsartenTester.java @ 9422:e567fac95e3d

uinfo salix no scenario jUnit test
author gernotbelger
date Fri, 17 Aug 2018 11:43:42 +0200
parents
children da19f1f58d72
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package test;

import java.io.IOException;

import org.dive4elements.river.client.shared.exceptions.ServerException;
import org.junit.Test;

/**
 * @author Domenico Nardi Tironi
 *
 */
public abstract class AbstractBerechnungsartenTester {

    // for common Settings
    //
    protected final Boolean overrideFileExport() {
        return null;
        // null: file export is set individually (not overridden)
        // true: all test files created by running jUnit-Tests will be written to disk
        // false: no file will be exported
    }

    public static enum River {
        Beispielfluss, Rhein, Elbe
    };

    @Test
    public void testSalixNoScenario() throws ServerException, IOException {
        // DO NOTHING

    }
}

http://dive4elements.wald.intevation.org