Exemplo n.º 1
0
 public ManagementClientTests(RabbitMqFixture fixture)
 {
     hostUrl          = $"http://{fixture.RabbitHostForManagement}";
     managementClient = new ManagementClient(hostUrl, username, password, port);
 }
 public ScenarioTest(RabbitMqFixture fixture)
 {
     rabbitMqUrl = $"http://{fixture.RabbitHostForManagement}";
 }