Example #1
0
 /// <summary>
 /// Creates a new instance of the class and creates the TestInitializer from the attribute
 /// </summary>
 protected TestBase()
 {
     chillContainerInitializer = BuildInitializer();
 }
Example #2
0
 /// <summary>
 /// Creates a new instance of the testbase and creates the TestInitializer from the attribute
 /// </summary>
 public TestBase()
 {
     ChillContainerInitializer = BuildInitializer();
 }