Beispiel #1
0
 public void TearDown()
 {
     this.service = null;
 }
Beispiel #2
0
 public PathValidationRule()
 {
     this.service = new DefaultInputDataService(new DefaultPlatformService());
 }
Beispiel #3
0
 public void SetUp()
 {
     this.platform = new TestIPlatformService();
     this.service  = new DefaultInputDataService(platform);
 }