27282930313233
public void setup() throws Exception { this.taggedAmount = mock(TaggedAmount.class); when(taggedAmount.getTag()).thenReturn(new Tag("food")); this.presenter = new TaggedAmountPresenter(new MoneyPresenter()); }