Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs447 public void NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToInt32_Invalid() argument
450 Assert.Throws(expectedExceptionType, () => TestAllTypes.Parser.ParseJson(json)); in NumberToInt32_Invalid()
588 public void NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) in NumberToFloat_Invalid() argument
591 Assert.Throws(expectedExceptionType, () => TestAllTypes.Parser.ParseJson(json)); in NumberToFloat_Invalid()