summaryrefslogtreecommitdiff
path: root/songsterr-reader/src/test/java/de
diff options
context:
space:
mode:
Diffstat (limited to 'songsterr-reader/src/test/java/de')
-rw-r--r--songsterr-reader/src/test/java/de/uvok/tuxguitar/ApplicationTest.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/songsterr-reader/src/test/java/de/uvok/tuxguitar/ApplicationTest.java b/songsterr-reader/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
new file mode 100644
index 0000000..d78bc76
--- /dev/null
+++ b/songsterr-reader/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
@@ -0,0 +1,13 @@
+package de.uvok.tuxguitar;
+
+import org.junit.jupiter.api.Test;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
+
+class ApplicationTest {
+
+ @Test
+ void shouldAnswerWithTrue() {
+ assertTrue(true);
+ }
+}