Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java640 ExpectWtf expectWtfAnnotation = testMethod.getAnnotation(ExpectWtf.class); in apply() local
641 Preconditions.checkState(expectWtfAnnotation == null || mLogTags != null, in apply()
651 if (expectWtfAnnotation != null) { in apply()