diff gwt-client/src/test/java/test/FilenameSupplier.java @ 9567:86e522bc7f36

jUnit-Tests completed
author gernotbelger
date Mon, 05 Nov 2018 13:21:57 +0100
parents
children 531a60b7af95
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gwt-client/src/test/java/test/FilenameSupplier.java	Mon Nov 05 13:21:57 2018 +0100
@@ -0,0 +1,28 @@
+/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
+ * Software engineering by
+ *  Björnsen Beratende Ingenieure GmbH
+ *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
+ *
+ * This file is Free Software under the GNU AGPL (>=v3)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+package test;
+
+/**
+ * @author Domenico Nardi Tironi
+ *
+ */
+public class FilenameSupplier {
+
+    private final String filename;
+
+    public FilenameSupplier(final String filename) {
+        this.filename = filename;
+    }
+
+    public final String getFilename() {
+        return this.filename;
+    }
+
+}

http://dive4elements.wald.intevation.org