Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DAdServicesErrorLogUtilVerifierTest.java27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCalls;
38 @Mock private ExpectErrorLogUtilCalls mExpectErrorLogUtilCalls;
163 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList()
189 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException()
213 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException()
234 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsSameInvocation_throwsException()
268 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilVerifier.java28 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCalls;
100 ExpectErrorLogUtilCalls multiple = description.getAnnotation(ExpectErrorLogUtilCalls.class); in getAnnotations()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilCalls.java28 public @interface ExpectErrorLogUtilCalls { annotation
DExpectErrorLogUtilCall.java41 @Repeatable(ExpectErrorLogUtilCalls.class)