Beispiel #1
0
 public void should_return_the_legalentity_with_the_correct_details()
 {
     foreach (var legalentity in returnedLegalEntitys)
     {
         LegalEntityDataChecker.CompareContractWithSavedEntity(legalentity);
     }
 }
Beispiel #2
0
        public void should_return_the_correct_vesrion_of_the_legalentity()
        {
            var legalentity = response.Content.ReadAsDataContract <EnergyTrading.MDM.Contracts.Sample.LegalEntity>();

            LegalEntityDataChecker.CompareContractWithSavedEntity(legalentity);
        }