Betty 1.1
es.us.isa.tests.FMGeneration.FMGeneratorTest Class Reference

Inherits TestCase.

List of all members.

Public Member Functions

void testGenerateFMWrongNoFeatures ()
void testGenerateFMWrongPercCTC ()
void testGenerateFMWrongPercMandatory ()
void testGenerateFMWrongPercOptional ()
void testGenerateFMWrongPercOrChildren ()
void testGenerateFMWrongPercAltChildren ()
void testGenerateFMWrongBranchingFactor ()
void testGenerateFMWrongMaxSetChildren ()
void testGenerateFMWrongProbabilitiesOver100 ()
void testGenerateFMWrongProbabilitiesUnder100 ()
void testGenerateFMNotReproducible ()
void testGenerateFMMinimumConstraints ()
void testGenerateFMMaximumConstraints ()
void testGenerateFMRandomConstraints ()

Member Function Documentation

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMMaximumConstraints ( )

Try to reveal failures when generating a feature model specifying all possible input constraints. Low input values are used

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMMinimumConstraints ( )

Try to reveal failures when generating a feature model specifying the basic input constraints (numer of features and percentage of constraints)

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMNotReproducible ( )

Reveal failures when trying to make a generation reproducible

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMRandomConstraints ( )

Try to reveal failures when generating a feature models automatically with random input constraints. Large input values are used

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongBranchingFactor ( )

Try to reveal failures when introducing a non-valid maximum branching factor

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongMaxSetChildren ( )

Try to reveal failures when introducing a non-valid maximum number of features in set relations

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongNoFeatures ( )

Try to reveal failures when introducing a non-valid number of features

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongPercAltChildren ( )

Try to reveal failures when introducing a non-valid probability for alternative features

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongPercCTC ( )

Try to reveal failures when introducing a non-valid percentage of cross-tree constraints

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongPercMandatory ( )

Try to reveal failures when introducing a non-valid probability for mandatory features

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongPercOptional ( )

Try to reveal failures when introducing a non-valid probability for optional features

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongPercOrChildren ( )

Try to reveal failures when introducing a non-valid probability for or children features

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongProbabilitiesOver100 ( )

Try to reveal failures when introducing a wrong combination of probabilities (sum > 100)

void es.us.isa.tests.FMGeneration.FMGeneratorTest.testGenerateFMWrongProbabilitiesUnder100 ( )

Try to reveal failures when introducing a wrong combination of probabilities (sum < 100)


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables