70717273747576
when(item2.getTxaction()).thenReturn(tx2); this.txactionList = new TxactionList(item1, item2); when(listBuilder.build(Mockito.anyCollection())).thenReturn(txactionList); this.summarizer = new NetWorthSummarizer(listBuilderProvider); }