标签:ase note equal not 代码 case tno cas 断言
注意:
1.@Test内,Assert断言建议只写一个,一个case只测试单个验证,因为假设某个断言失败,失败后的代码不会被执行。
常用方法:
Assert.assertEquals(); Assert.assertNotEquals(); 相等/不等
Assert.assertNull(); Assert.assertNotNull(); 为空/不为空
标签:ase note equal not 代码 case tno cas 断言
原文地址:https://www.cnblogs.com/surenliu/p/12348614.html