25262728293031
protected CreditMap map; @BeforeMethod void create() { map=new CreditMap(MAX_CREDITS); }
84858687888990
} public void init() throws Exception { super.init(); credits=new CreditMap(max_credits); }
83848586878889