comparison gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.java @ 9570:531a60b7af95

failed tests will be saved to disk
author gernotbelger
date Mon, 05 Nov 2018 17:15:30 +0100
parents 86e522bc7f36
children
comparison
equal deleted inserted replaced
9569:9f83ebf67c92 9570:531a60b7af95
6 * This file is Free Software under the GNU AGPL (>=v3) 6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
9 */ 9 */
10 package test.uinfo; 10 package test.uinfo;
11
12 import java.io.File;
11 13
12 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException; 14 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
13 import org.dive4elements.river.client.shared.exceptions.ServerException; 15 import org.dive4elements.river.client.shared.exceptions.ServerException;
14 16
15 import test.AbstractBerechnungsartenTester.River; 17 import test.AbstractBerechnungsartenTester.River;
22 24
23 private final double fromPart; 25 private final double fromPart;
24 private final double toPart; 26 private final double toPart;
25 private final String soundingName; 27 private final String soundingName;
26 28
27 public UinfoSalixHistoricalRunner(final double from, final double to, final River river, final String scenarioChoice, final String soundingName, 29 public UinfoSalixHistoricalRunner(final File testFolder, final double from, final double to, final River river, final String scenarioChoice,
28 final double fromPart, final double toPart) throws ConnectionException, ServerException { 30 final String soundingName, final double fromPart, final double toPart) throws ConnectionException, ServerException {
29 super(from, to, river, scenarioChoice); 31 super(testFolder, from, to, river, scenarioChoice);
30 this.fromPart = fromPart; 32 this.fromPart = fromPart;
31 this.toPart = toPart; 33 this.toPart = toPart;
32 this.soundingName = soundingName; 34 this.soundingName = soundingName;
33 } 35 }
34 36

http://dive4elements.wald.intevation.org