comparison gwt-client/src/test/java/test/AbstractBerechnungsartenTester.java @ 9567:86e522bc7f36

jUnit-Tests completed
author gernotbelger
date Mon, 05 Nov 2018 13:21:57 +0100
parents da19f1f58d72
children 531a60b7af95
comparison
equal deleted inserted replaced
9566:9826b465b751 9567:86e522bc7f36
15 */ 15 */
16 public abstract class AbstractBerechnungsartenTester { 16 public abstract class AbstractBerechnungsartenTester {
17 17
18 // for common Settings 18 // for common Settings
19 // 19 //
20 protected final Boolean overrideFileExport() { 20 protected enum FileExportBehaviour {
21 return null; 21 do_not_override, export_all, export_none;
22 // null: file export is set individually (not overridden) 22 // do_not_override: file export is set individually (not overridden)
23 // true: all test files created by running jUnit-Tests will be written to disk 23 // true: all test files created by running jUnit-Tests will be written to disk
24 // false: no file will be exported 24 // false: no file will be exported
25 } 25 };
26 26
27 public static enum River { 27 public static enum River {
28 Beispielfluss, Rhein, Elbe 28 Beispielfluss, Rhein, Elbe
29 }; 29 };
30 30

http://dive4elements.wald.intevation.org