Fixed examples for IDEA.
This commit is contained in:
parent
964ddf5168
commit
17f2d1ad80
69 changed files with 847 additions and 200 deletions
|
@ -5,7 +5,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
|||
class AppTest {
|
||||
@Test
|
||||
void testAppHasAGreeting() {
|
||||
App classUnderTest = new App();
|
||||
final App classUnderTest = new App();
|
||||
assertNotNull("app should have a greeting", classUnderTest.getGreeting());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue