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