Home
last modified time | relevance | path

Searched defs:testMethod (Results 1 – 25 of 67) sorted by relevance

123

/external/testng/src/test/java/test/annotationtransformer/
DConfigurationTransformer.java16 Constructor testConstructor, Method testMethod) in transform()
22 Constructor testConstructor, Method testMethod) in transform()
30 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform()
34 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
DDataProviderTransformer.java16 Constructor testConstructor, Method testMethod) in transform()
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform()
27 Constructor testConstructor, Method testMethod) in transform()
32 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
DFactoryTransformer.java16 Constructor testConstructor, Method testMethod) in transform()
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform()
26 Constructor testConstructor, Method testMethod) in transform()
31 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
DMyParamTransformer.java15 Constructor testConstructor, Method testMethod) { in transform()
21 …ic static boolean onlyOneNonNull(Class testClass, Constructor testConstructor, Method testMethod) { in onlyOneNonNull()
DMyListenerTransformer.java22 Constructor testConstructor, Method testMethod) {} in transform()
32 Method testMethod) {} in transform()
DMyTimeOutTransformer.java13 Constructor testConstructor, Method testMethod) in transform()
DAnnotationTransformerInTestngXml.java17 Constructor testConstructor, Method testMethod) { in transform()
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15AnnotationFinder.java138 Constructor<?> testConstructor, Method testMethod) { in transform()
143 m_transformer.transform((ITestAnnotation) a, testClass, testConstructor, testMethod); in transform() local
161 transformer2.transform((IDataProviderAnnotation) a, testMethod); in transform() local
168 transformer2.transform((IFactoryAnnotation) a, testMethod); in transform() local
210 Constructor<?> testConstructor, Method testMethod, Pair<Annotation, ?> p) { in findAnnotation()
DDefaultAnnotationTransformer.java15 Constructor testConstructor, Method testMethod) in transform()
/external/junit-params/src/main/java/junitparams/internal/
DInvokeNonParameterisedMethod.java11 private final FrameworkMethod testMethod; field in InvokeNonParameterisedMethod
14 InvokeNonParameterisedMethod(FrameworkMethod testMethod, Object testClass) { in InvokeNonParameterisedMethod()
DTestMethod.java51 TestMethod testMethod = new TestMethod(frameworkMethod, testClass); in listFrom() local
70 private boolean hasTheSameNameAsFrameworkMethod(TestMethod testMethod) { in hasTheSameNameAsFrameworkMethod()
74 private boolean hasTheSameParameterTypesAsFrameworkMethod(TestMethod testMethod) { in hasTheSameParameterTypesAsFrameworkMethod()
/external/junit/src/main/java/org/junit/internal/runners/statements/
DInvokeMethod.java7 private final FrameworkMethod testMethod; field in InvokeMethod
10 public InvokeMethod(FrameworkMethod testMethod, Object target) { in InvokeMethod()
/external/javassist/src/test/test/javassist/proxy/
DProxyFactoryCompatibilityTest.java97 public void testMethod() in testMethod() method in ProxyFactoryCompatibilityTest.TestClass
112 public void testMethod(); in testMethod() method
/external/junit-params/src/test/java/junitparams/
DParametersReaderProvidersTest.java36 TestMethod testMethod = getTestMethodWithInvalidProvider(); in shouldPutProviderClassNameInExceptionMessageForProviderWithNoValidMethods() local
46 Method testMethod = TestClassWithProviderClassWithNoValidMethods.class in getTestMethodWithInvalidProvider() local
/external/testng/src/main/java/org/testng/internal/
DInvoker.java727 void collectResults(ITestNGMethod testMethod, Collection<ITestResult> results) { in collectResults()
974 private ParameterBag createParameters(ITestNGMethod testMethod, in createParameters()
1012 public List<ITestResult> invokeTestMethods(ITestNGMethod testMethod, in invokeTestMethods()
1193 private ITestResult registerSkippedTestResult(ITestNGMethod testMethod, Object instance, in registerSkippedTestResult()
1262 private ParameterBag handleParameters(ITestNGMethod testMethod, in handleParameters()
1304 private List<ITestResult> invokePooledTestMethods(ITestNGMethod testMethod, in invokePooledTestMethods()
1340 void handleInvocationResults(ITestNGMethod testMethod, in handleInvocationResults()
1426 private List<ITestResult> runWorkers(ITestNGMethod testMethod, in runWorkers()
1476 private String checkDependencies(ITestNGMethod testMethod, in checkDependencies()
1544 private boolean haveBeenRunSuccessfully(ITestNGMethod testMethod, ITestNGMethod[] methods) { in haveBeenRunSuccessfully()
[all …]
/external/testng/src/test/java/test/dependsongroup/
DTestFixture2.java13 public void testMethod() { in testMethod() method in TestFixture2
/external/testng/src/test/java/test/dataprovider/
DInnexistentDataProvider.java11 public void testMethod(String s) in testMethod() method in InnexistentDataProvider
/external/testng/src/test/java/test/reports/
DReporterTest.java15 public void testMethod() { in testMethod() method in ReporterTest
/external/testng/src/test/java/test/
DIndividualMethodsTest.java25 public void testMethod() in testMethod() method in IndividualMethodsTest
/external/annotation-tools/asmx/test/conform/annotations/
DValues.java45 public void testMethod( in testMethod() method in Values
/external/testng/src/main/java/org/testng/
DIAnnotationTransformer.java29 Constructor testConstructor, Method testMethod); in transform()
/external/testng/src/test/java/test/configuration/
DConfigurationWithParameters.java19 public void testMethod(String param) { in testMethod() method in ConfigurationWithParameters
/external/testng/src/test/java/test/factory/
DMyTest.java19 public void testMethod() { in testMethod() method in MyTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethod003Debuggee.java26 public static int testMethod(Object obj) throws Throwable { in testMethod() method in InvokeMethod003Debuggee
/external/junit/src/main/java/org/junit/experimental/theories/
DTheories.java171 private final FrameworkMethod testMethod; field in Theories.TheoryAnchor
176 public TheoryAnchor(FrameworkMethod testMethod, TestClass testClass) { in TheoryAnchor()

123