Beispiel #1
0
        public void TestUpdateFlightInfoExceptionCommnd()
        {
            UpdateFlightCommandHandlerTest updateFlightCommandHandlerTestu = new UpdateFlightCommandHandlerTest(new Infrastructure.QueryTestFixture());

            updateFlightCommandHandlerTestu.UpdateFlightInfoCommandHandlerTestException();
        }
Beispiel #2
0
 public async Task TestUpdateFlightInfoCommnd()
 {
     UpdateFlightCommandHandlerTest updateFlightCommandHandlerTestu = new UpdateFlightCommandHandlerTest(new Infrastructure.QueryTestFixture());
     await updateFlightCommandHandlerTestu.UpdateFlightInfoCommandHandlerTest();
 }