Exemplo n.º 1
0
 public async Task UnstartedService_CanBeSafelyStopped()
 {
     IOrchestrationService service = TestConstants.GetTestOrchestrationService(this.loggerFactory);
     await service.StopAsync();
 }