Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/test/
DPermissionsCheckerRuleTest.java64 Description testMethod = newTestMethod(); in testNoAnnotation() local
75 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_onePermission() local
86 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_onePermissionTestThrows() local
100 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To", "Kill")); in testEnsureHasPermission_multiplePermissions() local
111 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_permissionsAdoptedBefore() local
124 Description testMethod = Description.createTestDescription(SuperClass.class, "testIAm", in testEnsureHasPermission_annotatedClass() local
142 Description testMethod = Description.createTestDescription(SubClass.class, "testIAm", in testEnsureHasPermission_annotatedClassAndParent() local
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTestCase.java166 Description testMethod = newTestMethod(); in testPassesWhenDeviceLevelIsInRange() local
183 Description testMethod = newTestMethod(); in testSkipsWhenDeviceLevelIsOutsideRange() local
217 Description testMethod) { in assertGetRequiredRange()
800 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
818 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
836 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
881 Description testMethod = newTestMethod(); in testRanWhenRuleIsAtLeastXAndDeviceIsY() local
895 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
909 Description testMethod = newTestMethod(); in testSkippedWhenRuleIsAtLeastXAndDeviceIsY() local
927 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DSetFeatureFlagsRule.kt79 val testMethod = description.testClass.getMethod(methodName) in apply() constant
/packages/modules/Connectivity/tools/testdata/java/test/unsupportedappusage/
DTestUnsupportedAppUsageClass.java25 public void testMethod() {} in testMethod() method in TestUnsupportedAppUsageClass
/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/
DConcurrentScenariosStatement.java83 FrameworkMethod testMethod = mMethods.get(i); in evaluate() local
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DPrivacyGeneratorStatisticalTest.java70 private void assertStatisticalTest(int numberOfVotes, Runnable testMethod) throws Exception { in assertStatisticalTest()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java638 Method testMethod = AbstractExtendedMockitoTestCase.this.getClass() in apply() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/
DCSTest.kt249 val testMethod = this::class.java.getMethod(testMethodName) in setUp() constant
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpReachabilityMonitorTest.kt296 var testMethod = this::class.java.getMethod(mTestName.methodName) in setUp() variable