3334353637383940414243
} @Override public Feature getEntity() throws Exception { SimulationProblem sp = (new SimProblemTest()).getConnectedEntity(); sp.create(); FeatureType f = (new FeatureTest()).getConnectedEntity(); f.create(); return new Feature(sp, f, null); }
31323334353637
@Override public SimulationProblem getEntity() throws Exception { BenchmarkModel bmModel = (new BenchmarkModelTest()).getConnectedEntity(); bmModel.create(); return new SimulationProblem(bmModel, null); }