Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DAdServicesErrorLogUtilVerifierTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
36 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall1;
37 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall2;
53 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList()
68 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException()
84 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException()
102 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()
122 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException()
141 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
[all …]
DErrorLogUtilCallTest.java20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
29 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
41 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall;
DAdServicesErrorLogUtilWithExceptionVerifierTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilVerifier.java20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.ANNOTATION_N…
27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
63 List<ExpectErrorLogUtilCall> annotations = getAnnotations(description); in getExpectedLogCalls()
98 private List<ExpectErrorLogUtilCall> getAnnotations(Description description) { in getAnnotations()
106 ExpectErrorLogUtilCall single = description.getAnnotation(ExpectErrorLogUtilCall.class); in getAnnotations()
DErrorLogUtilCall.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.DEFAULT_TIME…
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
76 ExpectErrorLogUtilCall annotation, in createFrom()
89 validateAllParamsDefined(call, ExpectErrorLogUtilCall.ANNOTATION_NAME); in createFrom()
DAdServicesLogVerifierFactory.java19 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilCall.java42 public @interface ExpectErrorLogUtilCall { annotation
44 String ANNOTATION_NAME = ExpectErrorLogUtilCall.class.getSimpleName();
DExpectErrorLogUtilWithExceptionCall.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.DEFAULT_TIME…
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
DExpectErrorLogUtilCalls.java29 ExpectErrorLogUtilCall[] value(); in value()
DSetErrorLogUtilDefaultParams.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdServicesBackCompatInitTest.java50 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
222 @ExpectErrorLogUtilCall(
254 @ExpectErrorLogUtilCall(
270 @ExpectErrorLogUtilCall(
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/
DExtendedMockitoExpectations.java44 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java62 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
342 @ExpectErrorLogUtilCall(