예제 #1
0
        public void TestBillingAddress()
        {
            var billingAddress = TestHelper.CreateRandomBillingAddress();
            var dictionary     = _converter.ConvertToDictionary(billingAddress);

            Assert.AreEqual(7, dictionary.Count);
            AssertAreEqualAddressValues(dictionary);
        }