Home
last modified time | relevance | path

Searched defs:TestNGMethod (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DTestNGMethod.java25 public class TestNGMethod extends BaseTestMethod implements Serializable { class
41 public TestNGMethod(Method method, IAnnotationFinder finder, XmlTest xmlTest, Object instance) { in TestNGMethod() method in TestNGMethod
45 private TestNGMethod(Method method, IAnnotationFinder finder, boolean initialize, in TestNGMethod() method in TestNGMethod