use of com.mvp4g.client.test_tools.HistoryProxyStub in project mvp4g by mvp4g.
the class PlaceServiceTest method setUp.
@Before
public void setUp() {
history = new HistoryProxyStub();
historySeparator = new HistoryProxyStub();
historySeparatorAdd = new HistoryProxyStub();
eventBus = new EventBusWithLookUpStub();
module = new Mvp4gModuleStub(eventBus);
placeServiceDefault = new PlaceService(history);
placeServiceDefault.setModule(module);
}
Aggregations