Beispiel #1
0
 // Constructor will be called for each tests
 // fixture will only be called once for set of classes
 public USRegionCollectionNotHolidayTest(USRegionFixture fixture)
 {
     _fixture = fixture;
 }
Beispiel #2
0
 public USRegionTest(USRegionFixture fixture, ITestOutputHelper output)
 {
     this.fixture = fixture;
     this.output  = output;
 }