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