Ejemplo n.º 1
0
 public When_reporting_integrity_of_a_project()
 {
     this.context = new ProjectIntegrityTestContext();
     this.context.Integrity.Report("test.proj");
 }
Ejemplo n.º 2
0
 public When_checking_integrity_of_a_project()
 {
     this.context = new ProjectIntegrityTestContext();
     this.context.Integrity.Check("test.proj");
 }