From 9c0010f11f0a45c59c49b8e6fecffbde856751bd Mon Sep 17 00:00:00 2001 From: MikeZyeman Date: Thu, 4 Nov 2021 14:19:58 +0100 Subject: [PATCH] Generated 3 unit test scripts --- .idea/gruppe06-hufflepuff-projekt2-texteditor.iml | 1 + test/SystemInputTest.java | 2 ++ test/TextEditorTest.java | 2 ++ test/TextTest.java | 2 ++ 4 files changed, 7 insertions(+) create mode 100644 test/SystemInputTest.java create mode 100644 test/TextEditorTest.java create mode 100644 test/TextTest.java diff --git a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml index c90834f..e5d2daf 100644 --- a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml +++ b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml @@ -4,6 +4,7 @@ + diff --git a/test/SystemInputTest.java b/test/SystemInputTest.java new file mode 100644 index 0000000..9f9b8af --- /dev/null +++ b/test/SystemInputTest.java @@ -0,0 +1,2 @@ +public class SystemInputTest { +} diff --git a/test/TextEditorTest.java b/test/TextEditorTest.java new file mode 100644 index 0000000..9e3bd87 --- /dev/null +++ b/test/TextEditorTest.java @@ -0,0 +1,2 @@ +public class TextEditorTest { +} diff --git a/test/TextTest.java b/test/TextTest.java new file mode 100644 index 0000000..484ae19 --- /dev/null +++ b/test/TextTest.java @@ -0,0 +1,2 @@ +public class TextTest { +}