Catel.Test.Reflection.AssemblyExtensionsTest.TitleAutomatic C# (CSharp) 메소드

TitleAutomatic() 개인적인 메소드

private TitleAutomatic ( ) : void
리턴 void
        public void TitleAutomatic()
        {
            string expected = "Catel.Test";

            var result = Assembly.Title();

            Assert.AreEqual(expected, result);
        }