Exemplo n.º 1
0
 public void Ints(string input, int expected) => ParsedReading.ReadInt(new JsonReader(input)).ShouldBeEquivalentTo(expected);
Exemplo n.º 2
0
 public void BadInts(string input) => Assert.Throws <JsonException>(() => ParsedReading.ReadInt(new JsonReader(input)));