Exemplo n.º 1
0
        public void TestUpdateFlightInfoExceptionCommnd()
        {
            UpdateFlightCommandHandlerTest updateFlightCommandHandlerTestu = new UpdateFlightCommandHandlerTest(new Infrastructure.QueryTestFixture());

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