Example #1
0
 public void TearDown()
 {
     this.testObject = null;
 }
Example #2
0
 public void ConstructWithParametersTest()
 {
     this.testObject = new StandardBuildSystem();
 }
Example #3
0
 public void SetUp()
 {
     this.testObject = new StandardBuildSystem();
     this.fakeObject = new FakeBuildSystem();
 }