Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java98 assertNoErrors(); in testGreylistMethod()
119 assertNoErrors(); in testGreylistConstructor()
140 assertNoErrors(); in testGreylistField()
161 assertNoErrors(); in testGreylistImplicit()
225 assertNoErrors(); in testGreylistMethodExpectedSignature()
266 assertNoErrors(); in testGreylistInnerClassMethod()
285 assertNoErrors(); in testMethodNotGreylisted()
304 assertNoErrors(); in testMethodArgGenerics()
333 assertNoErrors(); in testOverrideMethodWithBridge()
365 assertNoErrors(); in testOverridePublicMethodWithBridge()
[all …]
DAnnotationHandlerTestBase.java51 protected void assertNoErrors() { in assertNoErrors() method in AnnotationHandlerTestBase
DRepeatedAnnotationHandlerTest.java71 assertNoErrors(); in testRepeated()
DCovariantReturnTypeHandlerTest.java80 assertNoErrors(); in testReturnTypeWhitelisted()