V13
This commit is contained in:
@@ -17,6 +17,7 @@ public class AssertUnitTest {
|
||||
public void testAssertEquals() {
|
||||
Assertions.assertEquals("666", new String("666"));
|
||||
Assertions.assertNotEquals("666", new String("666"));
|
||||
System.out.println("我是一个测试");
|
||||
}
|
||||
|
||||
@DisplayName("测试 assertSame 方法")
|
||||
|
||||
Reference in New Issue
Block a user