Home
last modified time | relevance | path

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

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonParserTest.cs248 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid() argument
252 Assert.AreEqual(expectedParsedValue, parsed.SingleInt32); in StringToInt32_Valid()
277 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid() argument
281 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in StringToUInt32_Valid()
300 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid() argument
304 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in StringToInt64_Valid()
321 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid() argument
325 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()
357 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid() argument
361 Assert.AreEqual(expectedParsedValue, parsed.SingleDouble); in StringToDouble_Valid()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs248 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid() argument
252 Assert.AreEqual(expectedParsedValue, parsed.SingleInt32); in StringToInt32_Valid()
277 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid() argument
281 Assert.AreEqual(expectedParsedValue, parsed.SingleUint32); in StringToUInt32_Valid()
300 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid() argument
304 Assert.AreEqual(expectedParsedValue, parsed.SingleInt64); in StringToInt64_Valid()
321 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid() argument
325 Assert.AreEqual(expectedParsedValue, parsed.SingleUint64); in StringToUInt64_Valid()
357 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid() argument
361 Assert.AreEqual(expectedParsedValue, parsed.SingleDouble); in StringToDouble_Valid()
[all …]