30313233343536373839
} @Override public SimulationProblem getEntity() throws Exception { BenchmarkModel bmModel = (new BenchmarkModelTest()).getConnectedEntity(); bmModel.create(); return new SimulationProblem(bmModel, null); } }