Candor.Reflection.ReflectionExtensionsTests.ReflectionExtensionDisplayNameMatchesPropertyNameWhenAttributeMissing C# (CSharp) Méthode

ReflectionExtensionDisplayNameMatchesPropertyNameWhenAttributeMissing() private méthode

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

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