Compare commits

..

No commits in common. "7eeabe2667915cb7ebedc38ff244fe872f45c778" and "b463d6cd26a81444e47816c6fd4b425c967999be" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 操作说明3 # 操作说明2
当然可以!以下是一份 **专为协作者(如你)量身定制的完整 Git + CI/CD 协作流程指南**,基于你的真实使用场景: 当然可以!以下是一份 **专为协作者(如你)量身定制的完整 Git + CI/CD 协作流程指南**,基于你的真实使用场景:

View File

@ -5,8 +5,4 @@ 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;
}
} }