Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/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/
DAbstractSdkLevelSupportedRuleTest.java147 Description testMethod = newTestMethod(); in testPassesWhenDeviceLevelIsInRange() local
164 Description testMethod = newTestMethod(); in testSkipsWhenDeviceLevelIsOutsideRange() local
198 Description testMethod) { in assertGetRequiredRange()
784 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
802 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
820 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
862 Description testMethod = newTestMethod(); in testRanWhenRuleIsAtLeastXAndDeviceIsY() local
876 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
890 Description testMethod = newTestMethod(); in testSkippedWhenRuleIsAtLeastXAndDeviceIsY() local
908 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DSetFeatureFlagsRule.kt73 val testMethod = description.testClass.getMethod(description.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.java54 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.kt240 val testMethod = this::class.java.getMethod(testMethodName) in setUp() constant
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpReachabilityMonitorTest.kt307 var testMethod = this::class.java.getMethod(mTestName.methodName) in setUp() variable