Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/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.java224 private static Description newTestMethod() { in newTestMethod() method in ApplicationContextSingletonRuleTest
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTest.java923 private static Description newTestMethod(Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTest
927 private static Description newTestMethod(String methodName, Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTest
932 private static Description newTestMethod(Class<?> clazz, Annotation... annotations) { in newTestMethod() method in AbstractSdkLevelSupportedRuleTest