comparison gwt-client/src/test/java/test/uinfo/UinfoSalixSupraregionalRunner.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
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 11
12 import java.io.File;
12 import java.util.List; 13 import java.util.List;
13 14
14 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException; 15 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
15 import org.dive4elements.river.client.shared.exceptions.ServerException; 16 import org.dive4elements.river.client.shared.exceptions.ServerException;
16 import org.dive4elements.river.client.shared.model.SalixZone; 17 import org.dive4elements.river.client.shared.model.SalixZone;
23 */ 24 */
24 final class UinfoSalixSupraregionalRunner extends UinfoSalixRunner { 25 final class UinfoSalixSupraregionalRunner extends UinfoSalixRunner {
25 26
26 private final List<SalixZone> supraregionalTable; 27 private final List<SalixZone> supraregionalTable;
27 28
28 public UinfoSalixSupraregionalRunner(final double from, final double to, final River river, final String scenarioChoice, 29 public UinfoSalixSupraregionalRunner(final File testFolder, final double from, final double to, final River river, final String scenarioChoice,
29 final List<SalixZone> supraRegionalTable) throws ConnectionException, ServerException { 30 final List<SalixZone> supraRegionalTable) throws ConnectionException, ServerException {
30 super(from, to, river, scenarioChoice); 31 super(testFolder, from, to, river, scenarioChoice);
31 this.supraregionalTable = supraRegionalTable; 32 this.supraregionalTable = supraRegionalTable;
32 } 33 }
33 34
34 @Override 35 @Override
35 protected void makeScenario() throws ConnectionException, ServerException { 36 protected void makeScenario() throws ConnectionException, ServerException {

http://dive4elements.wald.intevation.org