Exemplo n.º 1
0
 public void ThenAReportGeneratedLike(string expectedResultContent)
 {
     reportInfo.AssertExists();
     reportInfo.AssertEqualIgnoringWhitespace(expectedResultContent);
 }