public ConfigurationReloadTests()
        {
            _steps = new Steps();

            _initialConfig = new FileConfiguration
            {
                GlobalConfiguration = new FileGlobalConfiguration
                {
                    RequestIdKey = "initialKey"
                }
            };

            _anotherConfig = new FileConfiguration
            {
                GlobalConfiguration = new FileGlobalConfiguration
                {
                    RequestIdKey = "someOtherKey"
                }
            };
        }
Ejemplo n.º 2
0
 public ButterflyTracingTests(ITestOutputHelper output)
 {
     _output = output;
     _steps  = new Steps();
 }
Ejemplo n.º 3
0
 public CaseSensitiveRoutingTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 4
0
 public ServiceDiscoveryTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
     _consulServices = new List <ServiceEntry>();
 }
Ejemplo n.º 5
0
 public HeaderTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 6
0
 public ResponseCodeTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 7
0
 public RoutingTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 8
0
 public ServiceDiscoveryTests()
 {
     _steps          = new Steps();
     _serviceEntries = new List <ServiceEntry>();
 }
Ejemplo n.º 9
0
 public AuthenticationTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 10
0
 public ServiceDiscoveryTests()
 {
     _steps           = new Steps();
     _consulServices  = new List <ServiceEntry>();
     _eurekaInstances = new List <IServiceInstance>();
 }
Ejemplo n.º 11
0
 public ClientRateLimitTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 12
0
 public PollyQoSTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 13
0
 public UpstreamHostTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 14
0
 public StartupTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
 public HttpDelegatingHandlersTests()
 {
     _steps = new Steps();
 }
 public ConfigurationInConsul()
 {
     _steps = new Steps();
 }
Ejemplo n.º 17
0
 public GzipTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 18
0
 public MethodTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 19
0
 public RoutingTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 20
0
 public CustomMiddlewareTests()
 {
     _counter           = 0;
     _steps             = new Steps();;
     _configurationPath = "configuration.json";
 }
Ejemplo n.º 21
0
 public ClientRateLimitTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 22
0
 public CaseSensitiveRoutingTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 23
0
 public ClaimsToHeadersForwardingTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 24
0
 public AuthorisationTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 25
0
 public QoSTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 26
0
 public UpstreamHostTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }
Ejemplo n.º 27
0
 public ConfigurationInConsulTests()
 {
     _consulServices = new List <ServiceEntry>();
     _steps          = new Steps();
 }
Ejemplo n.º 28
0
 public EurekaServiceDiscoveryTests()
 {
     _serviceHandler  = new ServiceHandler();
     _steps           = new Steps();
     _eurekaInstances = new List <IServiceInstance>();
 }
Ejemplo n.º 29
0
 public HeaderTests()
 {
     _steps = new Steps();
 }
Ejemplo n.º 30
0
 public AggregateTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
 }