public ODataServicesTestsBase(
     ODataSessionFixture fixture,
     ITestOutputHelper output
     ) : base(output)
 {
     this.Fixture = fixture;
 }
コード例 #2
0
 public ODataServiceTestsBase(
     ODataSessionFixture fixture,
     ITestOutputHelper output)
 {
     this.Fixture = fixture;
     this.Output  = output;
 }