Starting Window
This commit is contained in:
@ -4,11 +4,9 @@
|
||||
package school_project;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class AppTest {
|
||||
@Test void appHasAGreeting() {
|
||||
App classUnderTest = new App();
|
||||
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
|
||||
Controller classUnderTest = new Controller();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user