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