private Long probeId;
public ForkedTestContainer(ExamSystem system, FrameworkFactory frameworkFactory) {
this.system = system;
this.frameworkFactory = new ForkedFrameworkFactory(frameworkFactory);
this.platform = new PlatformImpl();
this.name = "Forked:" + frameworkFactory.getClass().getSimpleName();
}