Lines Matching refs:expectedFormatted
601 // so in those cases we accept an expectedFormatted value of null. Sometimes the results
641 public void Timestamp_Valid(string jsonValue, string expectedFormatted)
643 expectedFormatted = expectedFormatted ?? jsonValue;
646 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString());
758 public void Duration_Valid(string jsonValue, string expectedFormatted)
760 expectedFormatted = expectedFormatted ?? jsonValue;
763 Assert.AreEqual(WrapInQuotes(expectedFormatted), parsed.ToString());
768 // so in those cases we accept an expectedFormatted value of null. Sometimes the results