comparison 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
comparison
equal deleted inserted replaced
9420:2c8ba17b807e 9422:e567fac95e3d
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package test;
11
12 import java.io.IOException;
13
14 import org.dive4elements.river.client.shared.exceptions.ServerException;
15 import org.junit.Test;
16
17 /**
18 * @author Domenico Nardi Tironi
19 *
20 */
21 public abstract class AbstractBerechnungsartenTester {
22
23 // for common Settings
24 //
25 protected final Boolean overrideFileExport() {
26 return null;
27 // null: file export is set individually (not overridden)
28 // true: all test files created by running jUnit-Tests will be written to disk
29 // false: no file will be exported
30 }
31
32 public static enum River {
33 Beispielfluss, Rhein, Elbe
34 };
35
36 @Test
37 public void testSalixNoScenario() throws ServerException, IOException {
38 // DO NOTHING
39
40 }
41 }

http://dive4elements.wald.intevation.org