This commit is contained in:
777
2025-09-24 15:04:32 +08:00
parent 8af9b38aef
commit 633b5fd187

View File

@@ -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 方法")