public void Teardown() { this.target = null; this.errors = null; }
public void Setup() { this.target = new OrderSenderContactSpecification(); this.errors = new List <string>(); }