protected void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
     voyageRepository.VerifyAllExpectations();
     handlingEventRepository.VerifyAllExpectations();
     systemEvents.VerifyAllExpectations();
 }
Esempio n. 2
0
 public void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
     locationRepository.VerifyAllExpectations();
     trackingIdFactory.VerifyAllExpectations();
 }
 protected void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
 }