20212223242526
@Before public void setup() throws Exception { this.exchangeRateMap = mock(CurrencyExchangeRateMap.class); this.factory = new TxactionListBuilderProvider(exchangeRateMap); }