comparison gwt-client/src/test/java/test/sinfo/SinfoBerechnungsartenTester.java @ 9424:da19f1f58d72

jUnit test uinfo salix regional
author gernotbelger
date Fri, 17 Aug 2018 14:29:05 +0200
parents e567fac95e3d
children 86e522bc7f36
comparison
equal deleted inserted replaced
9423:a299f32e4a71 9424:da19f1f58d72
2 2
3 import java.io.IOException; 3 import java.io.IOException;
4 4
5 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException; 5 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
6 import org.dive4elements.river.client.shared.exceptions.ServerException; 6 import org.dive4elements.river.client.shared.exceptions.ServerException;
7
8 /**
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */
11
12 // REMARK: ignored, because maven will auto-test all tests, but this one needs a running river-artifacts
13 // For running the JUunit test, the annotation @Ignore has to be disabled
7 import org.junit.Ignore; 14 import org.junit.Ignore;
8 import org.junit.Test; 15 import org.junit.Test;
9 16
10 import test.AbstractBerechnungsartenTester; 17 import test.AbstractBerechnungsartenTester;
11 import test.ICalcMode; 18 import test.ICalcMode;
12 import test.IFilenameMapper; 19 import test.IFilenameMapper;
13 import test.SimpleRecommendation; 20 import test.SimpleRecommendation;
14 import test.sinfo.SinfoFloodDurationRiversideChoice.RiversideChoiceKey; 21 import test.sinfo.SinfoFloodDurationRiversideChoice.RiversideChoiceKey;
15 22
16 /**
17 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
18 */
19
20 // REMARK: ignored, because maven will auto-test all tests, but this one needs a running river-artifacts
21 // For running the JUunit test, the annotation @Ignore has to be disabled
22 @Ignore 23 @Ignore
23 public final class SinfoBerechnungsartenTester extends AbstractBerechnungsartenTester { 24 public final class SinfoBerechnungsartenTester extends AbstractBerechnungsartenTester {
24 // has to be public for jUnit-Test 25 // has to be public for jUnit-Test
25 public static enum CalcMode implements ICalcMode { 26 public static enum CalcMode implements ICalcMode {
26 sinfo_calc_flow_depth, sinfo_calc_flow_depth_development, sinfo_calc_flow_depth_minmax, sinfo_calc_collision, sinfo_calc_transport_bodies_heights, sinfo_calc_flood_duration; 27 sinfo_calc_flow_depth, sinfo_calc_flow_depth_development, sinfo_calc_flow_depth_minmax, sinfo_calc_collision, sinfo_calc_transport_bodies_heights, sinfo_calc_flood_duration;

http://dive4elements.wald.intevation.org