}
private void runPhaseThree() {
System.out.println("Starting phase 3");
InOutStatisticsView view = getDataView(resource2, value5, value6);
ErrorLog log = new ErrorLog("1001");
view.getInStatistics().addErrorLog(log);
store.updateStatistics(view);
StatisticsRecord categoryInRecord = store.getRecordByCategory(type, true);
assertEquals(3, categoryInRecord.getTotalCount());