TestdataValue v3 = new TestdataValue("v3");
TestdataValue v4 = new TestdataValue("v4");
DefaultSolverScope solverScope = new DefaultSolverScope();
solverScope.setBestScore(new DefaultSimpleScore(0));
LocalSearchSolverPhaseScope phaseScope = new LocalSearchSolverPhaseScope(solverScope);
acceptor.phaseStarted(phaseScope);
LocalSearchStepScope stepScope0 = new LocalSearchStepScope(phaseScope);
stepScope0.setStepIndex(0);
assertEquals(true, acceptor.isAccepted(buildMoveScope(stepScope0, v0)));