Home
last modified time | relevance | path

Searched refs:testMethods (Results 1 – 24 of 24) sorted by relevance

/external/junit/src/org/junit/experimental/theories/
DTheories.java58 List<FrameworkMethod> testMethods= super.computeTestMethods(); in computeTestMethods() local
60 testMethods.removeAll(theoryMethods); in computeTestMethods()
61 testMethods.addAll(theoryMethods); in computeTestMethods()
62 return testMethods; in computeTestMethods()
/external/testng/src/main/java/org/testng/internal/
DMethodSelectorDescriptor.java49 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
50 m_methodSelector.setTestMethods(testMethods); in setTestMethods()
DRunInfo.java68 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
70 mds.setTestMethods(testMethods); in setTestMethods()
DTestMethodWorker.java47 IMethodInstance[] testMethods, in TestMethodWorker() argument
56 m_methodInstances = testMethods; in TestMethodWorker()
DXmlMethodSelector.java336 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
339 m_testMethods = testMethods; in setTestMethods()
/external/testng/src/test/java/test/invokedmethodlistener/
DInvokedMethodNameListener.java12 final Set<String> testMethods = new HashSet<>(); field in InvokedMethodNameListener
26 testMethods.add(methodName); in afterInvocation()
DInvokedMethodListenerTest.java92 Assert.assertEquals(l.testMethods.size(), 1); in issue629_InvokedMethodDoesNotRecognizeConfigurationMethod()
93 Assert.assertTrue(l.testMethods.contains("a")); in issue629_InvokedMethodDoesNotRecognizeConfigurationMethod()
/external/guava/guava-tests/test/com/google/common/io/
DByteSinkTester.java43 private static final ImmutableList<Method> testMethods field in ByteSinkTester
69 for (final Method method : testMethods) { in suiteForBytes()
DCharSinkTester.java39 private static final ImmutableList<Method> testMethods field in CharSinkTester
55 for (final Method method : testMethods) { in suiteForString()
DCharSourceTester.java43 private static final ImmutableList<Method> testMethods field in CharSourceTester
57 for (Method method : testMethods) { in suiteForString()
DByteSourceTester.java49 private static final ImmutableList<Method> testMethods field in ByteSourceTester
77 for (Method method : testMethods) { in suiteForBytes()
/external/testng/src/main/java/org/testng/
DSuiteRunner.java463 Collection<ITestNGMethod> testMethods = result.get(groupName); in getMethodsByGroups() local
464 if (null == testMethods) { in getMethodsByGroups()
465 testMethods = Lists.newArrayList(); in getMethodsByGroups()
466 result.put(groupName, testMethods); in getMethodsByGroups()
468 testMethods.add(m); in getMethodsByGroups()
DIMethodSelector.java35 public void setTestMethods(List<ITestNGMethod> testMethods); in setTestMethods() argument
DTestRunner.java416 List<ITestNGMethod> testMethods = Lists.newArrayList(); in initMethods() local
432 m_runInfo.setTestMethods(testMethods); in initMethods()
464 fixMethodsWithClass(tc.getTestMethods(), tc, testMethods); in initMethods() local
496 m_allTestMethods = MethodHelper.collectAndOrderMethods(testMethods, in initMethods()
502 m_classMethodMap = new ClassMethodMap(testMethods, m_xmlMethodSelector); in initMethods()
/external/junit/src/org/junit/internal/runners/
DJUnit4ClassRunner.java67 List<Method> testMethods= fTestMethods; in getDescription() local
68 for (Method method : testMethods) in getDescription()
/external/testng/src/test/java/test/methodselectors/
DNoTestSelector.java25 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
DTest2MethodSelector.java31 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
DAllTestsMethodSelector.java29 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
DNoTest1MethodSelector.java32 public void setTestMethods(List<ITestNGMethod> testMethods) { in setTestMethods() argument
/external/testng/src/main/java/org/testng/reporters/
DSuiteHTMLReporter.java286 private String dumpMethods(ITestNGMethod[] testMethods) { in dumpMethods() argument
288 if(null == testMethods || testMethods.length == 0) { in dumpMethods()
292 for (ITestNGMethod m : testMethods) { in dumpMethods()
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/opencv3/modules/java/pure_test/lib/
Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...