public When_reporting_integrity_of_a_project()
 {
     this.context = new ProjectIntegrityTestContext();
     this.context.Integrity.Report("test.proj");
 }
 public When_checking_integrity_of_a_project()
 {
     this.context = new ProjectIntegrityTestContext();
     this.context.Integrity.Check("test.proj");
 }