注解@Test标签
package com.course.testng;
import org.testng.annotations.Test;
public class BasicAnnotation {
@Test
public void testCase01(){
System.out.println("ddd");
}
}
package com.course.testng;
impo
package com.course.testng;
import org.testng.annotations.Test;
public class BasicAnnotation {
@Test
public void testCase01(){
System.out.println("ddd");
}
}
package com.course.testng;
impo