示例#1
0
        public void TestAccountEmpty()
        {
            Account myAccount = new Account();
            bool    expected  = myAccount.AccountEmpty();

            Assert.IsTrue(expected);
        }