public SetCommandTests() { this.notificationService = new TestableNotificationService(); this.configurationMap = new NameValueCollection { { "var1", "value1" }, { "var2", "value2" } }; this.testableSetCommandHandler = new TestableSetCommandHandler(this.notificationService, this.configurationMap); }
public TestableSetCommandHandler(TestableNotificationService notificationService, NameValueCollection configurationMap) : base(notificationService, configurationMap) { }