From 932ff1cbc7803e80af30c85010dd88e837f36583 Mon Sep 17 00:00:00 2001 From: osp1 Date: Wed, 29 Apr 2020 12:58:43 +0100 Subject: [PATCH] Deleted AddWordText.java The test was accidentally created --- .../cs22120/group20/test/AddWordText.java | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/Welsh Vocabulary Tutor/src/main/java/uk/ac/aber/cs22120/group20/test/AddWordText.java diff --git a/src/Welsh Vocabulary Tutor/src/main/java/uk/ac/aber/cs22120/group20/test/AddWordText.java b/src/Welsh Vocabulary Tutor/src/main/java/uk/ac/aber/cs22120/group20/test/AddWordText.java deleted file mode 100644 index 63ad0af..0000000 --- a/src/Welsh Vocabulary Tutor/src/main/java/uk/ac/aber/cs22120/group20/test/AddWordText.java +++ /dev/null @@ -1,29 +0,0 @@ -package uk.ac.aber.cs22120.group20.test; - -/** - * Class that contains methods to test that the Add Word Screen only saves words to the dictionary when - * all fields are filled and the entry does not already exist in as an entry in the dictionary. - * @Author - * @Version - * @See - */ -public class AddWordText { - - /** - * Test to check if the correct error is thrown when there are one or more blank fields and that the entry - * does not save to the dictionary. - */ - @test - public void testBlankFields() { - - } - - /** - * Test to check if the correct error is thrown when the entry attempting to be added already exists within - * the dictionary and that the entry is not saved. - */ - @test - public void testDuplicateEntry() { - - } -} \ No newline at end of file