comparison gwt-client/src/test/java/test/bundu/BunduBezugswstRunner.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.bundu; 10 package test.bundu;
11 11
12 import java.io.File;
12 import java.io.IOException; 13 import java.io.IOException;
13 import java.util.Calendar; 14 import java.util.Calendar;
14 import java.util.List; 15 import java.util.List;
15 import java.util.TimeZone; 16 import java.util.TimeZone;
16 17
48 private final String function; 49 private final String function;
49 private final Double fehlVolFrom; 50 private final Double fehlVolFrom;
50 private final Double fehlVolTo; 51 private final Double fehlVolTo;
51 private final boolean preprocessing; 52 private final boolean preprocessing;
52 53
53 public BunduBezugswstRunner(final double from, final double to, final double step, final River river, final int bezugsjahr, final String fixationChoice, 54 public BunduBezugswstRunner(final File testFolder, final double from, final double to, final double step, final River river, final int bezugsjahr,
54 final String function, final String abflussklasseFrom, final String abflussklasseTo, final int[] events, final int years_length, 55 final String fixationChoice, final String function, final String abflussklasseFrom, final String abflussklasseTo, final int[] events,
55 final List<Segment> segments, final String calcChoice, final boolean preprocessing, final boolean fehlvolumina, final Double fehlVolFrom, 56 final int years_length, final List<Segment> segments, final String calcChoice, final boolean preprocessing, final boolean fehlvolumina,
56 final Double fehlVolTo, final String sounding) throws ConnectionException, ServerException { 57 final Double fehlVolFrom, final Double fehlVolTo, final String sounding) throws ConnectionException, ServerException {
57 super(AbstractModuleRunner.Infotype.bundu, test.bundu.BunduBerechnungsartenTester.CalcMode.bundu_bezugswst, from, to, river); 58 super(testFolder, AbstractModuleRunner.Infotype.bundu, test.bundu.BunduBerechnungsartenTester.CalcMode.bundu_bezugswst, from, to, river);
58 this.fixationChoice = fixationChoice; 59 this.fixationChoice = fixationChoice;
59 this.qSectorStart = abflussklasseFrom; 60 this.qSectorStart = abflussklasseFrom;
60 this.qSectorEnd = abflussklasseTo; 61 this.qSectorEnd = abflussklasseTo;
61 this.bezugsjahr = bezugsjahr; 62 this.bezugsjahr = bezugsjahr;
62 this.years_length = years_length; 63 this.years_length = years_length;

http://dive4elements.wald.intevation.org