示例#1
0
 public ConfigurationInConsulTests()
 {
     _consulServices = new List <ServiceEntry>();
     _steps          = new Steps();
 }
示例#2
0
 public ServiceDiscoveryTests()
 {
     _serviceHandler = new ServiceHandler();
     _steps          = new Steps();
     _consulServices = new List <ServiceEntry>();
 }