| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model | |
| de.rwth.swc.coffee4j.model.constraints | |
| de.rwth.swc.coffee4j.model.converter |
| Class and Description |
|---|
| Constraint
Defines a constraint for combinatorial testing as a collection of parameters names and a function which can check
whether any given value assignment for those parameters is valid or not according to some logic defined by
the function.
|
| Class and Description |
|---|
| BooleanFunction1
A helper function used to define constraints which involves one parameter.
|
| BooleanFunction2
A helper function used to define constraints which involves two parameters.
|
| BooleanFunction3
A helper function used to define constraints which involves three parameters.
|
| BooleanFunction4
A helper function used to define constraints which involves four parameters.
|
| BooleanFunction5
A helper function used to define constraints which involves five parameters.
|
| BooleanFunction6
A helper function used to define constraints which involves six parameters.
|
| Constraint
Defines a constraint for combinatorial testing as a collection of parameters names and a function which can check
whether any given value assignment for those parameters is valid or not according to some logic defined by
the function.
|
| ConstraintBuilder.Constraint1Builder
Builder for giving a constraint on one parameter the corresponding
BooleanFunction1. |
| ConstraintBuilder.Constraint2Builder
Builder for giving a constraint on two parameters the corresponding
BooleanFunction2. |
| ConstraintBuilder.Constraint3Builder
Builder for giving a constraint on three parameters the corresponding
BooleanFunction3. |
| ConstraintBuilder.Constraint4Builder
Builder for giving a constraint on four parameters the corresponding
BooleanFunction4. |
| ConstraintBuilder.Constraint5Builder
Builder for giving a constraint on five parameters the corresponding
BooleanFunction5. |
| ConstraintBuilder.Constraint6Builder
Builder for giving a constraint on six parameters the corresponding
BooleanFunction6. |
| ConstraintFunction
Defines a function to constrain a given number of values.
|
| Class and Description |
|---|
| Constraint
Defines a constraint for combinatorial testing as a collection of parameters names and a function which can check
whether any given value assignment for those parameters is valid or not according to some logic defined by
the function.
|
Copyright © 2019. All rights reserved.