Esempio n. 1
0
 [Fact] public void BadSByte() => Assert.Throws <JsonException>(() => ParsedReading.ReadByte(new JsonReader("156783")));
Esempio n. 2
0
 public void Bytes(string input, byte expected) => ParsedReading.ReadByte(new JsonReader(input)).ShouldBeEquivalentTo(expected);