Beispiel #1
0
 public void CheckSolutionShouldHaveCompiled()
 {
     _compileResult.Should().NotBeNull("the project should have compiled");
     _compileResult.IsSuccessful.Should().BeTrue("the project should have compiled successfully.\r\n\r\n------ Build output ------\r\n{0}", _compileResult.Output);
 }