224225226227228229230231
public static void assignment() { render(); } public static void testToString() { Account account = new Account("green", "luo", "123456"); render(account); }