public void testGetPostLogonMessageWhenAccountIsActiveForPurchasing(){

    String username = "robertmiller";

    String password = "java.net";

 

    class CustomerAccountMock extends CustomerAccount{

      ...

      public void loadAccountStatus() {

        this.accountStatus = "A";

      }

    }

    ICustomerAccount ca = new CustomerAccountMock(username?? password);

    try {

      ca.loadAccountStatus();

    } catch (CustomerAccountsSystemOutageException e) {

      fail(""+e);

    }

    assertEquals("Your purchasing account is active."??

                              ca.getPostLogonMessage());

 }

}

????????

????????????????????????????????????????????????????????????????????????????????????μ??????????????????????????????????????????ó??????????????????????????ε??????????????????????????????μ????????????????????????????????μ??????÷?????????????????????????Щ?????飬?????????????????????????μ?????