Searched defs:testMethod (Results 1 – 9 of 9) sorted by relevance
64 Description testMethod = newTestMethod(); in testNoAnnotation() local75 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_onePermission() local86 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_onePermissionTestThrows() local100 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To", "Kill")); in testEnsureHasPermission_multiplePermissions() local111 Description testMethod = newTestMethod(new EnsureHasPermissionAnnotation("To Kill")); in testEnsureHasPermission_permissionsAdoptedBefore() local124 Description testMethod = Description.createTestDescription(SuperClass.class, "testIAm", in testEnsureHasPermission_annotatedClass() local142 Description testMethod = Description.createTestDescription(SubClass.class, "testIAm", in testEnsureHasPermission_annotatedClassAndParent() local
147 Description testMethod = newTestMethod(); in testPassesWhenDeviceLevelIsInRange() local164 Description testMethod = newTestMethod(); in testSkipsWhenDeviceLevelIsOutsideRange() local198 Description testMethod) { in assertGetRequiredRange()784 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local802 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local820 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local862 Description testMethod = newTestMethod(); in testRanWhenRuleIsAtLeastXAndDeviceIsY() local876 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local890 Description testMethod = newTestMethod(); in testSkippedWhenRuleIsAtLeastXAndDeviceIsY() local908 Description testMethod = newTestMethod(newAnnotationForAtLeast(annotationLevel, REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
73 val testMethod = description.testClass.getMethod(description.methodName) in apply() constant
25 public void testMethod() {} in testMethod() method in TestUnsupportedAppUsageClass
54 FrameworkMethod testMethod = mMethods.get(i); in evaluate() local
70 private void assertStatisticalTest(int numberOfVotes, Runnable testMethod) throws Exception { in assertStatisticalTest()
638 Method testMethod = AbstractExtendedMockitoTestCase.this.getClass() in apply() local
240 val testMethod = this::class.java.getMethod(testMethodName) in setUp() constant
307 var testMethod = this::class.java.getMethod(mTestName.methodName) in setUp() variable