parent
fb394cc8af
commit
738f7ed663
1 changed files with 45 additions and 45 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @(#) DictionaryControllerTest.java 0,1 2020/04/07
|
||||
* @(#) DictionaryEntryTest.java 0,1 2020/05/01
|
||||
* <p>
|
||||
* Copyright (c) 2020 Aberystwyth University.
|
||||
* All rights reserved.
|
||||
|
@ -47,7 +47,7 @@ class DictionaryEntryTest {
|
|||
assertTrue(testSettersAndGetters.getEnglish().equals(english) &&
|
||||
testSettersAndGetters.getWelsh().equals(welsh) &&
|
||||
testSettersAndGetters.getWordType().equals(wordType));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A true-positive test for the equals method in DictionaryEntry.
|
||||
|
|
Reference in a new issue