Added New File(s) - BAEL-4193 NoSuchMethodError
This commit is contained in:
parent
5db4e332b9
commit
4c4cafde1e
|
@ -0,0 +1,14 @@
|
|||
package com.baeldung.exceptions.nosuchmethoderror;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class MainMenuUnitTest {
|
||||
|
||||
@Test
|
||||
void testgetSpecials() {
|
||||
assertNotNull(MainMenu.getSpecials());
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue