コード例 #1
0
ファイル: Base.cs プロジェクト: graphql-dotnet/graphql-client
 protected Base(IntegrationServerTestFixture fixture)
 {
     Fixture = fixture;
 }
コード例 #2
0
 protected Base(ITestOutputHelper output, IntegrationServerTestFixture fixture)
 {
     Output  = output;
     Fixture = fixture;
 }