Home
last modified time | relevance | path

Searched defs:testMethod (Results 26 – 50 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/
H A DInvokeNonParameterisedMethod.java11 private final FrameworkMethod testMethod; field in InvokeNonParameterisedMethod
14 InvokeNonParameterisedMethod(FrameworkMethod testMethod, Object testClass) { in InvokeNonParameterisedMethod()
H A DInvokeParameterisedMethod.java23 private final FrameworkMethod testMethod; field in InvokeParameterisedMethod
26 public InvokeParameterisedMethod(FrameworkMethod testMethod, Object testClass, Object params) { in InvokeParameterisedMethod()
/aosp_15_r20/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
H A DTestInfo.java28 public final String testMethod; field in TestInfo
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
/aosp_15_r20/external/testng/src/test/java/test/annotationtransformer/
H A DMyParamTransformer.java15 Constructor testConstructor, Method testMethod) { in transform()
21 …ic static boolean onlyOneNonNull(Class testClass, Constructor testConstructor, Method testMethod) { in onlyOneNonNull()
H A DMyListenerTransformer.java22 Constructor testConstructor, Method testMethod) {} in transform()
32 Method testMethod) {} in transform()
/aosp_15_r20/cts/hostsidetests/appsearch/src/android/appsearch/cts/
H A DAppSearchInstantAppTest.java52 private void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgA()
55 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/junit/
H A DSeedArgumentsProvider.java55 Method testMethod = extensionContext.getRequiredTestMethod(); in provideArguments() local
109 private Stream<Map.Entry<String, byte[]>> walkInputs(Class<?> testClass, Method testMethod) in walkInputs()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clCopyImage/
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clFillImage/
H A 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()
/aosp_15_r20/external/javassist/src/test/test/javassist/proxy/
H A DProxyFactoryCompatibilityTest.java100 public void testMethod() in testMethod() method in ProxyFactoryCompatibilityTest.TestClass
115 public void testMethod(); in testMethod() method
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DSetFeatureFlagsRule.kt74 val testMethod = description.testClass.getMethod(description.methodName) in apply() constant
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
H A DUserAspectRatioStateStatsTests.java100 final String testMethod = "testUserAspectRatioOptions"; in testUserAspectRatioOption() local
102 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), testClass, testMethod); in testUserAspectRatioOption() local
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/
H A DBaseTestResult.java54 public void run(Context targetContext, Method testMethod); in run()
84 Method testMethod = test.getClass().getMethod(test.getName()); in runPreTestHooks() local
/aosp_15_r20/external/junit-params/src/test/java/junitparams/
H A DParametersReaderProvidersTest.java36 TestMethod testMethod = getTestMethodWithInvalidProvider(); in shouldPutProviderClassNameInExceptionMessageForProviderWithNoValidMethods() local
46 Method testMethod = TestClassWithProviderClassWithNoValidMethods.class in getTestMethodWithInvalidProvider() local
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest5.java63 CtMethod testMethod = cc.getDeclaredMethod("test"); in testJIRA241() local
110 CtMethod testMethod = cc.getDeclaredMethod("test"); in testJIRA249() local
408 CtMethod testMethod = cc.getDeclaredMethod("foo"); in testIssue155() local
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestParameterAnnotationMethodProcessor.java536 public ExecutableValidationResult validateTestMethod(Method testMethod, Class<?> testClass) { in validateTestMethod()
676 Method testMethod = testInfo.getMethod(); in maybeGetTestMethodParameters() local
815 Method testMethod = in getParameterValuesForTest() local
H A DTestParametersMethodProcessor.java73 public ExecutableValidationResult validateTestMethod(Method testMethod, Class<?> testClass) { in validateTestMethod()
185 Method testMethod = testInfo.getMethod(); in maybeGetTestMethodParameters() local
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterAnnotationMethodProcessor.java536 public ExecutableValidationResult validateTestMethod(Method testMethod, Class<?> testClass) { in validateTestMethod()
676 Method testMethod = testInfo.getMethod(); in maybeGetTestMethodParameters() local
815 Method testMethod = in getParameterValuesForTest() local
H A DTestParametersMethodProcessor.java73 public ExecutableValidationResult validateTestMethod(Method testMethod, Class<?> testClass) { in validateTestMethod()
185 Method testMethod = testInfo.getMethod(); in maybeGetTestMethodParameters() local
/aosp_15_r20/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
H A DFunctionalTest.java165 public void testMethod() { in testMethod() method in FunctionalTest.LoggingTest
212 public void testMethod() { in testMethod() method in FunctionalTest.LoggingFailedTest
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
H A DAppExitHostTest.java126 private void performLogStatsdTest(String testMethod, String targetPackage, int expectedSize, in performLogStatsdTest()
135 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, testMethod); in performLogStatsdTest() local
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/
H A DTheories.java176 private final FrameworkMethod testMethod; field in Theories.TheoryAnchor
181 public TheoryAnchor(FrameworkMethod testMethod, TestClass testClass) { in TheoryAnchor()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DTestMethodWorker.java105 ITestNGMethod testMethod = testMthdInst.getMethod(); in run() local
295 MethodInstance testMethod, in SingleTestMethodWorker()
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
H A DAppCloningBaseHostTest.java187 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA()
194 @Nonnull String testMethod, int userId, @Nonnull Map<String, String> args) in runDeviceTestAsUser()
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
H A DLongevityClassRunnerTest.java124 public void testMethod() {} in testMethod() method in LongevityClassRunnerTest.NoOpTest
136 public void testMethod() { in testMethod() method in LongevityClassRunnerTest.FailingTest

1234567891011