Compare commits
5 Commits
b463d6cd26
...
7eeabe2667
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eeabe2667 | |||
| faa10fb6fc | |||
| 58052c962a | |||
| f69b354b54 | |||
| 9cb3238d93 |
@ -1,4 +1,4 @@
|
||||
# 操作说明2
|
||||
# 操作说明3
|
||||
|
||||
当然可以!以下是一份 **专为协作者(如你)量身定制的完整 Git + CI/CD 协作流程指南**,基于你的真实使用场景:
|
||||
|
||||
|
||||
@ -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