11121314151617
protected void setUp() throws Exception { super.setUp(); creditLimit = 1000; accountNumber = "123"; giro = new GiroKontoImpl(accountNumber, creditLimit); }