Searched refs:ExpectErrorLogUtilWithExceptionCall (Results 1 – 11 of 11) sorted by relevance
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…29 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;40 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall1;41 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall2;57 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList()73 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException()89 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException()108 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingThrowable_throwsException()129 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()[all …]
21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…22 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…30 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;42 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall;
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;64 List<ExpectErrorLogUtilWithExceptionCall> annotations = getAnnotations(description); in getExpectedLogCalls()99 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations()108 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations()109 description.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class); in getAnnotations()
21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…22 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;102 ExpectErrorLogUtilWithExceptionCall annotation, in createFrom()118 validateAllParamsDefined(call, ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME); in createFrom()
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…34 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;71 @ExpectErrorLogUtilWithExceptionCall
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…51 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;207 @ExpectErrorLogUtilWithExceptionCall(235 @ExpectErrorLogUtilWithExceptionCall(238 @ExpectErrorLogUtilWithExceptionCall(
45 public @interface ExpectErrorLogUtilWithExceptionCall { annotation47 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName();
29 ExpectErrorLogUtilWithExceptionCall[] value(); in value()
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…
18 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall…45 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
44 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;275 @ExpectErrorLogUtilWithExceptionCall(