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 D | JsonParserTest.cs | 450 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 D | JsonParserTest.cs | 450 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 D | JsonParserTest.cs | 453 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 D | JsonParserTest.cs | 453 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 D | TestUtils.java | 33 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 D | DelegateTestUtils.java | 146 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 D | FileUtilsCopyDirectoryToDirectoryTest.java | 42 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 D | ShortcutManagerTestUtils.java | 477 public static void assertExpectException(Class<? extends Throwable> expectedExceptionType, in assertExpectException() 493 Class<? extends Throwable> expectedExceptionType, in assertExpectException()
|