summaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/test.json3
-rw-r--r--src/test/resources/test.properties1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/test/resources/test.json b/src/test/resources/test.json
new file mode 100644
index 0000000..1eac3d1
--- /dev/null
+++ b/src/test/resources/test.json
@@ -0,0 +1,3 @@
+{
+ "testKey":"testValue"
+} \ No newline at end of file
diff --git a/src/test/resources/test.properties b/src/test/resources/test.properties
new file mode 100644
index 0000000..e53f196
--- /dev/null
+++ b/src/test/resources/test.properties
@@ -0,0 +1 @@
+man=power \ No newline at end of file