*/
public void initialize() {
m_statisticsServices = StatisticsServicesImplementation.getInstance();
List<Instrumenter> list = new ArrayList<Instrumenter>();
DCRContextImplementation context = DCRContextImplementation.create(LOGGER);
if (context == null) {
String file = ExposeInstrumentation.class.getProtectionDomain().getCodeSource().getLocation().getPath();
file = new File(file).getAbsolutePath();
throw new RuntimeException("Please add \r\n-javaagent:" + file + "\r\nin 'Run As JUnit' vm argument.");
}