Home
last modified time | relevance | path

Searched defs:newTestMethod (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/test/
DJUnitHelper.java38 public static Description newTestMethod(Annotation... annotations) { in newTestMethod() method in JUnitHelper
42 public static Description newTestMethod(String methodName, Annotation... annotations) { in newTestMethod() method in JUnitHelper
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/common/
DApplicationContextSingletonRuleTest.java220 private static Description newTestMethod() { in newTestMethod() method in ApplicationContextSingletonRuleTest
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTestCase.java942 private static Description newTestMethod(Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTestCase
946 private static Description newTestMethod(String methodName, Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTestCase
951 private static Description newTestMethod(Class<?> clazz, Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTestCase