Sleeper m_sleeper = new SleeperImplementation(m_times.getTimeAuthority(), externalLogger, 1.0d, 0.2d);
final Statistics scriptStatistics = new ScriptStatisticsImplementation(m_threadContexts, m_statisticsServices,
new NullSender());
final InternalScriptContext scriptContext = new ScriptContextImplementation(new SimpleWorkerIdentity(
"unit-test", 0), new SimpleWorkerIdentity("unit-test", 0), m_threadContexts, null,
externalLogger, m_sleeper, new SSLControlImplementation(m_threadContexts), scriptStatistics,
m_testRegistryImplementation, null, null, null, null);
Grinder.grinder = scriptContext;