public void SetUp() { this.rule = this.CreateRule(); }
public BuildableCallRuleTests() { this.rule = new TestableCallRule(); }
public void Setup() { this.rule = new TestableCallRule(); }