Searched defs:getTestMethods (Results 1 – 12 of 12) sorted by relevance
24 List<ITestNGMethod> getTestMethods(); in getTestMethods() method
46 public List<ITestNGMethod> getTestMethods() { in getTestMethods() method in JUnit4TestRunner
104 public ITestNGMethod[] getTestMethods() { in getTestMethods() method in JUnitTestClass
49 public ITestNGMethod[] getTestMethods(Class cls, XmlTest xmlTest) { in getTestMethods() method in JUnitMethodFinder
56 public List<ITestNGMethod> getTestMethods() { in getTestMethods() method in JUnitTestRunner
57 ITestNGMethod[] getTestMethods(); in getTestMethods() method
23 ITestNGMethod[] getTestMethods(Class<?> cls, XmlTest xmlTest); in getTestMethods() method
30 public List<Method> getTestMethods() { in getTestMethods() method in TestClass
38 protected List<Method> getTestMethods() { in getTestMethods() method in JUnit4ClassRunner
99 public ITestNGMethod[] getTestMethods() { in getTestMethods() method in NoOpTestClass
46 public ITestNGMethod[] getTestMethods(Class<?> clazz, XmlTest xmlTest) { in getTestMethods() method in TestNGMethodFinder
184 public ITestNGMethod[] getTestMethods() { in getTestMethods() method in MethodInstanceTest.TestClassStub