Home
last modified time | relevance | path

Searched defs:expectedException (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/800-smali/src/
H A DMain.java30 Throwable expectedException, Object expectedReturn, in TestCase()
42 Throwable expectedException, Object expectedReturn) { in TestCase()
51 Throwable expectedException; field in Main.TestCase
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DParametersTest.java105 private void verifyChannelQuery(Uri channelsUri, int expectedCount, boolean expectedException) { in verifyChannelQuery()
119 int expectedCount, boolean expectedException) { in verifyChannelUpdate()
134 boolean expectedException) { in verifyChannelDelete()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeTestUtils.java53 byte[] inputPacket, Class<T> expectedException) throws Exception { in decodeAndVerifyUnprotectedErrorMsg()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestVersionedInterface.java59 @Rule public ExpectedException expectedException = ExpectedException.none(); field in TestVersionedInterface
/aosp12/art/test/064-field-access/src/
H A DMain.java71 Class<?> expectedException) { in getValue()
649 Class<?> expectedException) { in getValue()
709 public Object invoke(Method method, Object obj, Class<?> expectedException) { in invoke()