22232425262728
public void setup() throws Exception { this.financialInst = mock(FinancialInst.class); when(financialInst.getName()).thenReturn("My CU"); when(financialInst.getWesabeId()).thenReturn("us-123456"); this.presenter = new FinancialInstPresenter(); }