Update MainMenuUnitTest.java
Updated the method name to follow BDD conventions
This commit is contained in:
parent
ea9c64147b
commit
eb4ce37f31
@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
|
|||||||
class MainMenuUnitTest {
|
class MainMenuUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testgetSpecials() {
|
void whenGetSpecials_thenNotNull() {
|
||||||
assertNotNull(MainMenu.getSpecials());
|
assertNotNull(MainMenu.getSpecials());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user