Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifierTest.java30 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCalls;
42 @Mock private ExpectErrorLogUtilWithExceptionCalls mExpectErrorLogUtilWithExceptionCalls;
197 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList()
228 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException()
254 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException()
276 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsSameInvocation_throwsException()
313 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifier.java28 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCalls;
108 ExpectErrorLogUtilWithExceptionCalls multiple = in getAnnotations()
109 description.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class); in getAnnotations()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilWithExceptionCalls.java28 public @interface ExpectErrorLogUtilWithExceptionCalls { annotation
DExpectErrorLogUtilWithExceptionCall.java44 @Repeatable(ExpectErrorLogUtilWithExceptionCalls.class)
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs51853 …il/java/com/android/adservices/common/logging/annotations/ExpectErrorLogUtilWithExceptionCalls.jav…