BudgetAnalyser.Engine.UnitTest.Account.VisaAccountTest.NameShouldBeSomething C# (CSharp) Method

NameShouldBeSomething() private method

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