Beispiel #1
0
 public void ParseModifications()
 {
     Modification[] actual   = parser.Parse(ContentReader, OLDEST_ENTRY, NEWEST_ENTRY);
     Modification[] expected = GetExpectedModifications();
     CustomAssertion.AssertEqualArrays(expected, actual);
 }