assertNotNull ; import org.testng.annotations.Test; public class AssertNotNullTest { @Test public void test1() { Object obj = null; ...
確定! 回上一頁