You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.AreEqual(expected.TotalCount,actual.TotalCount,"TotalCount property is not equal.");
17
+
Assert.AreEqual(expected.StartTimeStamp,actual.StartTimeStamp,"StartTimeStamp property is not equal.");
18
+
Assert.AreEqual(expected.EndTimeStamp,actual.EndTimeStamp,"EndTimeStamp property is not equal.");
19
+
Assert.AreEqual(expected.LowestTrackableValue,actual.LowestTrackableValue,"LowestTrackableValue property is not equal.");
20
+
Assert.AreEqual(expected.HighestTrackableValue,actual.HighestTrackableValue,"HighestTrackableValue property is not equal.");
21
+
Assert.AreEqual(expected.NumberOfSignificantValueDigits,actual.NumberOfSignificantValueDigits,"NumberOfSignificantValueDigits property is not equal.");
0 commit comments