Home
last modified time | relevance | path

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

1234

/external/testng/src/test/java/test/annotationtransformer/
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()
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()
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()
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()
/external/cronet/stable/base/test/android/junit/src/org/chromium/base/test/util/
DSkipCheckTest.java72 Method testMethod = in getAnnotationsForMethodNone() local
81 Method testMethod = UnannotatedBaseClass.class.getMethod("annotatedMethod", (Class[]) null); in getAnnotationsForMethodOnMethod() local
89 Method testMethod = AnnotatedBaseClass.class.getMethod("unannotatedMethod", (Class[]) null); in getAnnotationsForMethodOnClass() local
97 Method testMethod = in getAnnotationsForMethodOnSuperclass() local
106 Method testMethod = AnnotatedBaseClass.class.getMethod("annotatedMethod", (Class[]) null); in getAnnotationsOverlapping() local
/external/cronet/tot/base/test/android/junit/src/org/chromium/base/test/util/
DSkipCheckTest.java72 Method testMethod = in getAnnotationsForMethodNone() local
81 Method testMethod = UnannotatedBaseClass.class.getMethod("annotatedMethod", (Class[]) null); in getAnnotationsForMethodOnMethod() local
89 Method testMethod = AnnotatedBaseClass.class.getMethod("unannotatedMethod", (Class[]) null); in getAnnotationsForMethodOnClass() local
97 Method testMethod = in getAnnotationsForMethodOnSuperclass() local
106 Method testMethod = AnnotatedBaseClass.class.getMethod("annotatedMethod", (Class[]) null); in getAnnotationsOverlapping() local
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOptionalMethodTest.java36 public String testMethod(String arg) { in testMethod() method in OptionalMethodTest.DefaultClass
42 public abstract String testMethod(String arg); in testMethod() method in OptionalMethodTest.PublicParent
47 public String testMethod(String arg) { in testMethod() method in OptionalMethodTest.PrivateImpl
54 public String testMethod(String arg) { in testMethod() method in OptionalMethodTest.PrivateClass
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/util/
DSkipCheckTest.java88 Method testMethod = UnannotatedBaseClass.class.getMethod("unannotatedMethod", in getAnnotationsForMethodNone() local
97 Method testMethod = UnannotatedBaseClass.class.getMethod("annotatedMethod", in getAnnotationsForMethodOnMethod() local
106 Method testMethod = AnnotatedBaseClass.class.getMethod("unannotatedMethod", in getAnnotationsForMethodOnClass() local
115 Method testMethod = ExtendsAnnotatedBaseClass.class.getMethod("unannotatedMethod", in getAnnotationsForMethodOnSuperclass() local
124 Method testMethod = AnnotatedBaseClass.class.getMethod("annotatedMethod", in getAnnotationsOverlapping() local
/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/
DEndpointProviderTestCase.java23 private Supplier<Endpoint> testMethod; field in EndpointProviderTestCase
26 public EndpointProviderTestCase(Supplier<Endpoint> testMethod, Expect expect) { in EndpointProviderTestCase()
35 public void setTestMethod(Supplier<Endpoint> testMethod) { in setTestMethod()
/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()
/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/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.java52 TestMethod testMethod = new TestMethod(frameworkMethod, testClass); in listFrom() local
71 private boolean hasTheSameNameAsFrameworkMethod(TestMethod testMethod) { in hasTheSameNameAsFrameworkMethod()
75 private boolean hasTheSameParameterTypesAsFrameworkMethod(TestMethod testMethod) { in hasTheSameParameterTypesAsFrameworkMethod()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/junit/
DSeedArgumentsProvider.java55 Method testMethod = extensionContext.getRequiredTestMethod(); in provideArguments() local
109 private Stream<Map.Entry<String, byte[]>> walkInputs(Class<?> testClass, Method testMethod) in walkInputs()
DUtils.java59 static String inputsDirectoryResourcePath(Class<?> testClass, Method testMethod) { in inputsDirectoryResourcePath()
73 Class<?> testClass, Method testMethod, Path baseDir) { in inputsDirectorySourcePath()
103 static Path generatedCorpusPath(Class<?> testClass, Method testMethod) { in generatedCorpusPath()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_loops.cpp28 …l_device_id device, cl_context context, cl_command_queue queue, MethodsToTest testMethod, cl_mem_f… in test_image_type()
155 …ge_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest testMethod ) in test_image_set()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_loops.cpp30 …l_device_id device, cl_context context, cl_command_queue queue, MethodsToTest testMethod, cl_mem_f… in test_image_type()
118 …ge_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest testMethod ) in test_image_set()
/external/javassist/src/test/test/javassist/proxy/
DProxyFactoryCompatibilityTest.java100 public void testMethod() in testMethod() method in ProxyFactoryCompatibilityTest.TestClass
115 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/libchrome/base/test/android/javatests/src/org/chromium/base/test/
DBaseTestResult.java54 public void run(Context targetContext, Method testMethod); in run()
84 Method testMethod = test.getClass().getMethod(test.getName()); in runPreTestHooks() 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/dataprovider/
DInnexistentDataProvider.java11 public void testMethod(String s) in testMethod() method in InnexistentDataProvider
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/util/
DSkipCheck.java17 public abstract boolean shouldSkip(FrameworkMethod testMethod); in shouldSkip()
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/util/
DSkipCheck.java17 public abstract boolean shouldSkip(FrameworkMethod testMethod); in shouldSkip()

1234