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)
 {
 }