comparison gwt-client/src/test/java/test/RunnerCreatorHelper.java @ 9417:46e3e23cca0b

sinfo.collision jUnit-Test
author gernotbelger
date Thu, 16 Aug 2018 17:32:05 +0200
parents dba14da43f23
children 9fe26f525ae3
comparison
equal deleted inserted replaced
9416:05405292a7ca 9417:46e3e23cca0b
74 final SinfoTkhRunner proof = new SinfoTkhRunner(user, pw, CalcMode.sinfo_calc_transport_bodies_heights, file, from, to, river, wasserspiegellage); 74 final SinfoTkhRunner proof = new SinfoTkhRunner(user, pw, CalcMode.sinfo_calc_transport_bodies_heights, file, from, to, river, wasserspiegellage);
75 75
76 return proof; 76 return proof;
77 } 77 }
78 78
79 public final static AbstractModuleRunner createSinfoCollisionYearsTest(final FilenameMapper file, final double from, final double to, final River river,
80 final int[] years) throws ConnectionException, ServerException {
81 final SinfoCollisionRunner proof = new SinfoCollisionRunner(user, pw, file, from, to, river, years, null);
82
83 return proof;
84 }
85
86 public final static AbstractModuleRunner createSinfoCollisionEpochsTest(final FilenameMapper file, final double from, final double to, final River river,
87 final String epochs) throws ConnectionException, ServerException {
88 final SinfoCollisionRunner proof = new SinfoCollisionRunner(user, pw, file, from, to, river, null, epochs);
89
90 return proof;
91 }
79 } 92 }

http://dive4elements.wald.intevation.org