Compare commits
3 Commits
f69b354b54
...
7eeabe2667
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eeabe2667 | |||
| faa10fb6fc | |||
| 58052c962a |
@ -5,4 +5,8 @@ import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
public class AppTest {
|
||||
@Test public void testGreet() { App app = new App(); assertEquals("Hello, World!", app.greet()); }
|
||||
@Test
|
||||
public void test1() {
|
||||
int a = 5;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user