direct test of account balance 帐户余额的直接抽查
The add a new user page allows you to manually create a new user account. If you create a test account, you can use a made-up email address.
您可以添加新用户页手工添加新用户帐号。如果您想创建一个用于测试的帐号,可以使用一个假想的电子邮件帐号。
That is, we no longer check that the final balance of the test account is correct; we would check that function in the unit test for the Transaction object, not the AtmGui object.
也就是说,我们不再检查测试帐户的最终余额是否正确;我们将在对Transaction对象的单元测试中检查该函数,而不是在对atmgui对象的单元测试中。
Instead, the unit test must take this into account.
相反,单元测试必须要考虑到这一点。
应用推荐