Exemplo n.º 1
0
 public ConfigurationInConsulTests()
 {
     _consulServices = new List <ServiceEntry>();
     _steps          = new Steps();
 }
Exemplo n.º 2
0
 public ServiceDiscoveryTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
     _consulServices = new List <ServiceEntry>();
 }