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