public ProjectManagerTest(ITestOutputHelper output, IoFixture fixture)
     : base(output, fixture)
 {
 }
Exemple #2
0
 public PrescriptorTest(ITestOutputHelper output, IoFixture fixture)
     : base(output, fixture)
 {
 }
Exemple #3
0
 public ProjectFactoryTest(ITestOutputHelper output, IoFixture fixture)
     : base(output, fixture)
 {
 }