Delete MainMenuUnitTest.java
Moving code to a new module - core-java-exceptions-3
This commit is contained in:
parent
eb4ce37f31
commit
b6e9fa3848
@ -1,14 +0,0 @@
|
||||
package com.baeldung.exceptions.nosuchmethoderror;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class MainMenuUnitTest {
|
||||
|
||||
@Test
|
||||
void whenGetSpecials_thenNotNull() {
|
||||
assertNotNull(MainMenu.getSpecials());
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user