Exemplo n.º 1
0
 static SwitchFactories()
 {
     FromStatesWithCompare    = new StormSwitchFactoryFromStatesWithCompare();
     FromStatesWithoutCompare = new StormSwitchFactoryFromStatesWithoutCompare();
     FromValuesWithCompare    = new StormSwitchFactoryFromValuesWithCompare();
     FromValuesWithoutCompare = new StormSwitchFactoryFromValuesWithoutCompare();
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     Sut = new StormSwitchFactoryFromStatesWithCompare();
 }