Candor.Reflection.ReflectionExtensionsTests.ReflectionExtensionDisplayNameMatchesPropertyNameWhenAttributeMissing C# (CSharp) Method

ReflectionExtensionDisplayNameMatchesPropertyNameWhenAttributeMissing() private method

        public void ReflectionExtensionDisplayNameMatchesPropertyNameWhenAttributeMissing()
        {
            MockAccount account = new MockAccount() { AccountNumber = 1234567 };

            Assert.AreEqual("Blah", account.DisplayName(p => p.Blah));
        }