public ConfigurationReloadTests() { _steps = new Steps(); _initialConfig = new FileConfiguration { GlobalConfiguration = new FileGlobalConfiguration { RequestIdKey = "initialKey" } }; _anotherConfig = new FileConfiguration { GlobalConfiguration = new FileGlobalConfiguration { RequestIdKey = "someOtherKey" } }; }
public ButterflyTracingTests(ITestOutputHelper output) { _output = output; _steps = new Steps(); }
public CaseSensitiveRoutingTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public ServiceDiscoveryTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); _consulServices = new List <ServiceEntry>(); }
public HeaderTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public ResponseCodeTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public RoutingTests() { _steps = new Steps(); }
public ServiceDiscoveryTests() { _steps = new Steps(); _serviceEntries = new List <ServiceEntry>(); }
public AuthenticationTests() { _steps = new Steps(); }
public ServiceDiscoveryTests() { _steps = new Steps(); _consulServices = new List <ServiceEntry>(); _eurekaInstances = new List <IServiceInstance>(); }
public ClientRateLimitTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public PollyQoSTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public UpstreamHostTests() { _steps = new Steps(); }
public StartupTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public HttpDelegatingHandlersTests() { _steps = new Steps(); }
public ConfigurationInConsul() { _steps = new Steps(); }
public GzipTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public MethodTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public RoutingTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public CustomMiddlewareTests() { _counter = 0; _steps = new Steps();; _configurationPath = "configuration.json"; }
public ClientRateLimitTests() { _steps = new Steps(); }
public CaseSensitiveRoutingTests() { _steps = new Steps(); }
public ClaimsToHeadersForwardingTests() { _steps = new Steps(); }
public AuthorisationTests() { _steps = new Steps(); }
public QoSTests() { _steps = new Steps(); }
public UpstreamHostTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }
public ConfigurationInConsulTests() { _consulServices = new List <ServiceEntry>(); _steps = new Steps(); }
public EurekaServiceDiscoveryTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); _eurekaInstances = new List <IServiceInstance>(); }
public HeaderTests() { _steps = new Steps(); }
public AggregateTests() { _serviceHandler = new ServiceHandler(); _steps = new Steps(); }