forked from jk_yinzy/cicd-test
添加测试
Signed-off-by: testuser <test@jk.com>
This commit is contained in:
parent
9cb3238d93
commit
58052c962a
@ -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