BudgetAnalyser.Engine.UnitTest.Account.VisaAccountTest.NameShouldBeSomething C# (CSharp) 메소드

NameShouldBeSomething() 개인적인 메소드

private NameShouldBeSomething ( ) : void
리턴 void
        public void NameShouldBeSomething()
        {
            VisaAccount subject = CreateSubject();
            Assert.IsFalse(string.IsNullOrWhiteSpace(subject.Name));
        }