Package de.uka.ipd.sdq.tcfmoop.tests
Class InsignificantParetoFrontChangeCriterionTest
- java.lang.Object
-
- de.uka.ipd.sdq.tcfmoop.tests.InsignificantParetoFrontChangeCriterionTest
-
public class InsignificantParetoFrontChangeCriterionTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInsignificantParetoFrontChangeCriterionTest.MyIndividual
-
Constructor Summary
Constructors Constructor Description InsignificantParetoFrontChangeCriterionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestInsignificantChange()voidtestSignificantChange()voidtestWithAnEmptyArchive()Test method forAbstractTerminationCriterion.getEvaluationResult().
-
-
-
Method Detail
-
testWithAnEmptyArchive
public void testWithAnEmptyArchive()
Test method forAbstractTerminationCriterion.getEvaluationResult().
-
testInsignificantChange
public void testInsignificantChange()
-
testSignificantChange
public void testSignificantChange()
-
-