コード例 #1
0
 protected void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
     voyageRepository.VerifyAllExpectations();
     handlingEventRepository.VerifyAllExpectations();
     systemEvents.VerifyAllExpectations();
 }
コード例 #2
0
 public void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
     locationRepository.VerifyAllExpectations();
     trackingIdFactory.VerifyAllExpectations();
 }
コード例 #3
0
 protected void tearDown()
 {
     cargoRepository.VerifyAllExpectations();
 }