comparison gwt-client/src/test/java/test/uinfo/UinfoRunnerCreatorHelper.java @ 9422:e567fac95e3d

uinfo salix no scenario jUnit test
author gernotbelger
date Fri, 17 Aug 2018 11:43:42 +0200
parents
children
comparison
equal deleted inserted replaced
9420:2c8ba17b807e 9422:e567fac95e3d
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package test.uinfo;
11
12 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
13 import org.dive4elements.river.client.shared.exceptions.ServerException;
14
15 import test.AbstractBerechnungsartenTester.River;
16 import test.IFilenameMapper;
17
18 /**
19 * @author Domenico Nardi Tironi
20 *
21 */
22 final class UinfoRunnerCreatorHelper {
23
24 private UinfoRunnerCreatorHelper() {
25 throw new UnsupportedOperationException();
26 }
27
28 // HELPER-Methods:
29
30 public static UinfoSalixRunner createUinfoSalixTest(final IFilenameMapper file, final double fromKm, final double toKm, final River river,
31 final String scenario) throws ConnectionException, ServerException {
32
33 final UinfoSalixRunner proof = new UinfoSalixRunner(file, fromKm, toKm, river, scenario);
34 return proof;
35 }
36
37 // TODO Auto-generated method stub
38
39 }

http://dive4elements.wald.intevation.org