Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/tests/unit/
DREADME.md21 `adb shell am instrument -w -e class com.android.car.companiondevicesupport.<classPath>#<testMethod
/packages/apps/Car/libs/connected-device-lib/tests/unit/
DREADME.md21 `adb shell am instrument -w -e class com.android.car.connecteddevice.<classPath>#<testMethod> com.a…
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java415 Method testMethod = AbstractExtendedMockitoTestCase.this.getClass() in apply() local
417 ExpectWtf expectWtfAnnotation = testMethod.getAnnotation(ExpectWtf.class); in apply()