comparison gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.java @ 9567:86e522bc7f36

jUnit-Tests completed
author gernotbelger
date Mon, 05 Nov 2018 13:21:57 +0100
parents e75afd693f78
children 531a60b7af95
comparison
equal deleted inserted replaced
9566:9826b465b751 9567:86e522bc7f36
11 11
12 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException; 12 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
13 import org.dive4elements.river.client.shared.exceptions.ServerException; 13 import org.dive4elements.river.client.shared.exceptions.ServerException;
14 14
15 import test.AbstractBerechnungsartenTester.River; 15 import test.AbstractBerechnungsartenTester.River;
16 import test.IFilenameMapper;
17 16
18 /** 17 /**
19 * @author Domenico Nardi Tironi 18 * @author Domenico Nardi Tironi
20 * 19 *
21 */ 20 */
23 22
24 private final double fromPart; 23 private final double fromPart;
25 private final double toPart; 24 private final double toPart;
26 private final String soundingName; 25 private final String soundingName;
27 26
28 public UinfoSalixHistoricalRunner(final IFilenameMapper file, final double from, final double to, final River river, final String scenarioChoice, 27 public UinfoSalixHistoricalRunner(final double from, final double to, final River river, final String scenarioChoice, final String soundingName,
29 final String soundingName, final double fromPart, final double toPart) throws ConnectionException, ServerException { 28 final double fromPart, final double toPart) throws ConnectionException, ServerException {
30 super(file, from, to, river, scenarioChoice); 29 super(from, to, river, scenarioChoice);
31 this.fromPart = fromPart; 30 this.fromPart = fromPart;
32 this.toPart = toPart; 31 this.toPart = toPart;
33 this.soundingName = soundingName; 32 this.soundingName = soundingName;
34 } 33 }
35 34

http://dive4elements.wald.intevation.org