Home
last modified time | relevance | path

Searched defs:expectedExceptionType (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs450 public void NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToInt32_Invalid()
591 public void NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToFloat_Invalid()
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs450 public void NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToInt32_Invalid()
591 public void NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToFloat_Invalid()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs453 public void NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToInt32_Invalid()
594 public void NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToFloat_Invalid()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs453 public void NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToInt32_Invalid()
594 public void NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToFloat_Invalid()
/aosp_15_r20/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DTestUtils.java33 public static void assertExpectException(Class<? extends Throwable> expectedExceptionType, in assertExpectException()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
H A DDelegateTestUtils.java146 public static void assertExpectException(Class<? extends Throwable> expectedExceptionType, in assertExpectException()
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DFileUtilsCopyDirectoryToDirectoryTest.java42 final Class<? extends Exception> expectedExceptionType, final String expectedMessage) { in assertExceptionTypeAndMessage()
/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java477 public static void assertExpectException(Class<? extends Throwable> expectedExceptionType, in assertExpectException()
493 Class<? extends Throwable> expectedExceptionType, in assertExpectException()