Merge pull request 'main' (#21) from testuser/testuser-adsfasdfsadf:main into main
Reviewed-on: jk_yinzy/adsfasdfsadf#21 Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
This commit is contained in:
commit
7eeabe2667
@ -5,4 +5,8 @@ import static org.junit.jupiter.api.Assertions.*;
|
|||||||
|
|
||||||
public class AppTest {
|
public class AppTest {
|
||||||
@Test public void testGreet() { App app = new App(); assertEquals("Hello, World!", app.greet()); }
|
@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