RunnerUtil.loadBeanConfiguration(getTestClass().getJavaClass());
RunnerUtil.loadClassLevelData(klass, getTestClass(), writableData);
try {
// initialize report container class
// TODO add condition whether reports must be switched on or off
testReportContainer = new ReportDataContainer(getTestClass().getJavaClass());
testReportContainer.setDurationList(durationObserver.getDurationList());
frameworkMethods = computeMethodsForTest();
} catch (Exception e) {
LOG.error("Exception occured while instantiating the DataDrivenTestRunner. Exception is : ", e);