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 class
InsignificantParetoFrontChangeCriterionTest.MyIndividual
-
Constructor Summary
Constructors Constructor Description InsignificantParetoFrontChangeCriterionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testInsignificantChange()
void
testSignificantChange()
void
testWithAnEmptyArchive()
Test method forAbstractTerminationCriterion.getEvaluationResult()
.
-
-
-
Method Detail
-
testWithAnEmptyArchive
public void testWithAnEmptyArchive()
Test method forAbstractTerminationCriterion.getEvaluationResult()
.
-
testInsignificantChange
public void testInsignificantChange()
-
testSignificantChange
public void testSignificantChange()
-
-