Home
last modified time | relevance | path

Searched defs:testMethodName (Results 1 – 25 of 174) sorted by relevance

1234567

/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java311 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
327 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests()
355 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests()
387 String testMethodName, in runDeviceTests()
421 String testMethodName, in runDeviceTests()
457 String testMethodName, in runDeviceTests()
528 String testMethodName, in runDeviceTests()
579 String testMethodName, in runDeviceTests()
635 String testMethodName, in runDeviceTests()
693 String testMethodName, in runDeviceTests()
[all …]
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DUtils.java74 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser()
80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument
87 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
92 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
98 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
103 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
111 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
H A DRoleSecurityTest.java79 String testMethodName, int userId) throws Exception { in runDeviceTestsAsUser()
80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
H A DAccessSerialNumberTest.java38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
40 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
H A DPermissionEscalationTest.java80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
H A DDirectBootHostTest.java153 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser()
155 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
H A DBaseAppSecurityTest.java69 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests()
77 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
H A DPrivilegedUpdateTests.java202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
204 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/aosp_15_r20/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
H A DUtils.java37 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
42 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
48 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
53 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
61 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java53 public void setTestClassName(String testClassName, String testMethodName) { in setTestClassName()
99 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) { in buildSingleTestMethod()
115 private TestCase newSingleTestMethod(Class testClass, String testMethodName, in newSingleTestMethod()
133 private boolean shouldRunSingleTestMethod(String testMethodName, in shouldRunSingleTestMethod()
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/
H A DRebootTestCaseBase.java42 protected void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot()
50 protected void runPostReboot(String testClassName, String testMethodName) in runPostReboot()
60 protected void runPreReboot(String testClassName, String testMethodName) in runPreReboot()
/aosp_15_r20/frameworks/base/test-runner/tests/src/android/test/
H A DAndroidTestRunnerTest.java163 String testMethodName = "testTwo"; in testRunSingleTestMethod() local
164 mAndroidTestRunner.setTestClassName(TwoTestTestCase.class.getName(), testMethodName); in testRunSingleTestMethod() local
183 String testMethodName = "testFail"; in testRunSkipExecution() local
185 OnePassOneErrorOneFailTestCase.class.getName(), testMethodName); in testRunSkipExecution() local
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/
DAtomsHostTest.java75 void runIntegrationTest(String testMethodName, String className) throws Exception { in runIntegrationTest()
80 void runUnitTest(String testMethodName, String className) throws Exception { in runUnitTest()
95 private void runTest(String packageName, String testMethodName, String className) in runTest()
/aosp_15_r20/frameworks/hardware/interfaces/stats/aidl/vts/java/src/com/android/vts/istats/
DVendorAtomTests.java147 private List<EventMetricData> runVendorAtomDeviceTests(String testMethodName) throws Exception { in runVendorAtomDeviceTests()
148 runDeviceTestsOnVendorAtom(getDevice(), testMethodName); in runVendorAtomDeviceTests() local
156 ITestDevice device, @Nullable String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsOnVendorAtom()
/aosp_15_r20/art/test/800-smali/src/
H A DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
49 String testMethodName; field in Main.TestCase
/aosp_15_r20/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
H A DPackageManagerMultiUserTestBase.java69 @Nullable String testMethodName, int userId, in runDeviceTestAsUser()
80 testMethodName, in runDeviceTestAsUser() local
90 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameAccessTest.java234 String testMethodName = methodInfo.getMethodName(); in checkStackFrame() local
324 protected StackFrameChecker(String breakpointMethodName, String testMethodName, in StackFrameChecker()
330 protected StackFrameChecker(String breakpointMethodName, String testMethodName) { in StackFrameChecker()
365 private final String testMethodName; field in JDWPStackFrameAccessTest.StackFrameChecker
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DDeviceUtils.java84 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
102 @Nullable String testClassName, @Nullable String testMethodName, in runDeviceTests()
109 @Nullable String testClassName, @Nullable String testMethodName, in internalRunDeviceTests()
161 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTestsOnStatsdApp()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/junit/
H A DDefaultTestFinishedEvent.java9 private final String testMethodName; field in DefaultTestFinishedEvent
12 …public DefaultTestFinishedEvent(Object testClassInstance, String testMethodName, Throwable testFai… in DefaultTestFinishedEvent()
/aosp_15_r20/cts/hostsidetests/content/src/android/content/cts/
H A DInvalidSyncAuthoritiesHostTest.java75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/
H A DWebViewHostSideStartupTest.java67 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses()
81 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/
H A DBaseMediaHostSideTest.java74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
113 String pkgName, String testClassName, String testMethodName) { in getTestRunner()
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/
H A DVibratorStatsTests.java145 private List<EventMetricData> runVibratorDeviceTests(int atomTag, String testMethodName) in runVibratorDeviceTests()
150 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), ".VibratorTests", testMethodName); in runVibratorDeviceTests() local
/aosp_15_r20/cts/hostsidetests/settings/src/com/google/android/cts/settings/
H A DPrivacyDeviceOwnerTest.java154 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest()
180 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/aosp_15_r20/cts/hostsidetests/media/src/android/media/session/cts/
H A DMediaSessionManagerHostTest.java330 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest()
334 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()

1234567