public HttpGetSchemaMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
 public HttpPostMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
예제 #3
0
 public EvictSchemaTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
 public HttpMultipartMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
 public ToolConfigurationFileMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
예제 #6
0
 public GetMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
 public PlaygroundMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
예제 #8
0
 public ApplicationBuilderTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
 public VoyagerMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }
예제 #10
0
 public LegacySetupTests(TestServerFactory serverFactory) : base(serverFactory)
 {
 }
 public GraphiQLMiddlewareTests(TestServerFactory serverFactory)
     : base(serverFactory)
 {
 }