Home
last modified time | relevance | path

Searched defs:testMethod (Results 76 – 100 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DIAnnotationTransformer.java29 Constructor testConstructor, Method testMethod); in transform()
H A DIAnnotationTransformer2.java31 Constructor testConstructor, Method testMethod); in transform()
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/
H A DDefaultAnnotationTransformer.java15 Constructor testConstructor, Method testMethod) in transform()
/aosp_15_r20/external/testng/src/test/java/test/annotationtransformer/
H A DMyTimeOutTransformer.java13 Constructor testConstructor, Method testMethod) in transform()
H A DAnnotationTransformerInTestngXml.java17 Constructor testConstructor, Method testMethod) { in transform()
H A DMyTransformer.java17 Constructor testConstructor, Method testMethod) { in transform()
H A DAnnotationTransformerInvocationCountTest.java22 Constructor testConstructor, Method testMethod) { in transform()
/aosp_15_r20/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DAssignableFrom.java29 public boolean apply(TestMethod testMethod) { in apply()
/aosp_15_r20/external/testng/src/test/java/test/configuration/
H A DConfigurationWithParameters.java19 public void testMethod(String param) { in testMethod() method in ConfigurationWithParameters
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DHeadlessSystemUserDeviceOwnerTest.java61 private void executeDeviceTest(String testMethod) throws Exception { in executeDeviceTest()
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A DSkipCheck.java29 public abstract boolean shouldSkip(FrameworkMethod testMethod); in shouldSkip()
/aosp_15_r20/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/
H A DBaseEndpointProviderTest.java29 Supplier<Endpoint> testMethod = tc.getTestMethod(); in verify() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod003Debuggee.java26 public static int testMethod(Object obj) throws Throwable { in testMethod() method in InvokeMethod003Debuggee
/aosp_15_r20/art/test/647-sinking-catch/src/
H A DMain.java22 public static void testMethod(String method) throws Exception { in testMethod() method in Main
/aosp_15_r20/external/testng/src/test/java/test/factory/
H A DMyTest.java19 public void testMethod() { in testMethod() method in MyTest
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DRedefineClassesDebuggee.java62 static String testMethod() { in testMethod() method in RedefineClass_Debuggee
/aosp_15_r20/art/test/490-checker-inline/src/
H A DMain.java44 public static void testMethod() { in testMethod() method in Main
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src_res_hardening/com/example/helloworld/
H A DTestActivity.java58 final Method testMethod = TestUtils.class.getMethod(testName, Resources.class, in runTest() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethod002Debuggee.java28 public int testMethod(Object obj) throws Throwable { in testMethod() method in InvokeMethod002Debuggee.TestClass
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DOnthrowDebuggerLaunchDebuggee.java70 void testMethod() { in testMethod() method in OnthrowDebuggerLaunchDebuggee
/aosp_15_r20/external/javassist/src/test/test5/
H A DJIRA241.java29 CtMethod testMethod = cc.getMethod("test", "(Ljava/lang/Object;)V"); in main() local
/aosp_15_r20/external/mockito/src/test/java/org/mockito/
H A DInvocationFactoryTest.java22 public String testMethod() throws Throwable { in testMethod() method in InvocationFactoryTest.TestClass
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/
DConcurrentScenariosStatement.java54 FrameworkMethod testMethod = mMethods.get(i); in evaluate() local
/aosp_15_r20/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
H A DFailureCountHelper.java69 String testMethod = description.getMethodName(); in convertTestDescriptionToKey() local
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
H A DTestMethodProcessor.java65 ExecutableValidationResult validateTestMethod(Method testMethod, Class<?> testClass); in validateTestMethod()

1234567891011