public void SetUp()
 {
     this.rule = this.CreateRule();
 }
Exemplo n.º 2
0
 public BuildableCallRuleTests()
 {
     this.rule = new TestableCallRule();
 }
 public void Setup()
 {
     this.rule = new TestableCallRule();
 }
Exemplo n.º 4
0
 public BuildableCallRuleTests()
 {
     this.rule = new TestableCallRule();
 }
 public void SetUp()
 {
     this.rule = this.CreateRule();
 }
 public void Setup()
 {
     this.rule = new TestableCallRule();
 }