28293031323334
public class TspSolveAllTurtleTest extends UnsolvedDirSolveAllTurtleTest { @Parameterized.Parameters(name = "{index}: {0}") public static Collection<Object[]> getSolutionFilesAsParameters() { return getUnsolvedDirFilesAsParameters(new TspDao()); }
47484950515253
return TspEasyScoreCalculator.class; } @Override protected SolutionDao createSolutionDao() { return new TspDao(); }
31323334353637
return TspApp.SOLVER_CONFIG; } @Override protected SolutionDao createSolutionDao() { return new TspDao(); }
57585960616263
return new TspPanel(); } @Override protected SolutionDao createSolutionDao() { return new TspDao(); }