public void TestAccountEmpty() { Account myAccount = new Account(); bool expected = myAccount.AccountEmpty(); Assert.IsTrue(expected); }