Ejemplo n.º 1
0
        public async Task TearDownIntegrationTest()
        {
            client.Dispose();
            client = null;
            await container.StopAsync();

            container = null;
        }
Ejemplo n.º 2
0
 public void Stop()
 {
     client.Dispose();
     server.ShutdownAsync().Wait();
     testService = null;
     server      = null;
     client      = null;
 }
Ejemplo n.º 3
0
 public void Stop()
 {
     client.Dispose();
     server.ShutdownAsync().Wait();
 }