- CachingDelegatingCombinatorialTestManager - Class in de.rwth.swc.coffee4j.engine.manager
-
- CachingDelegatingCombinatorialTestManager(TestResultCache, CombinatorialTestManager) - Constructor for class de.rwth.swc.coffee4j.engine.manager.CachingDelegatingCombinatorialTestManager
-
- canBeAdded(int[], int[], ConstraintChecker) - Static method in class de.rwth.swc.coffee4j.engine.util.CombinationUtil
-
Checks whether the combinations to be added can be added to the given combinations.
- canConvert(Object) - Method in interface de.rwth.swc.coffee4j.engine.report.ArgumentConverter
-
- check(boolean) - Static method in class de.rwth.swc.coffee4j.engine.util.Preconditions
-
Checks whether the given expression evaluates to true.
- check(boolean, String) - Static method in class de.rwth.swc.coffee4j.engine.util.Preconditions
-
Checks whether the given expression evaluates to true.
- check(boolean, Supplier<String>) - Static method in class de.rwth.swc.coffee4j.engine.util.Preconditions
-
Checks whether the given expression evaluates to true.
- checker(ConstraintChecker) - Method in class de.rwth.swc.coffee4j.engine.generator.ipog.IpogConfiguration.Builder
-
- combination(int[]) - Static method in class de.rwth.swc.coffee4j.engine.report.CombinationArgument
-
- CombinationArgument - Class in de.rwth.swc.coffee4j.engine.report
-
Used to encapsulate a int[] as a combination.
- CombinationArgument(int[]) - Constructor for class de.rwth.swc.coffee4j.engine.report.CombinationArgument
-
Creates a new argument for the given combination.
- CombinationUtil - Class in de.rwth.swc.coffee4j.engine.util
-
Common utilities used for integer array which represent combinations or test inputs.
- Combinator - Class in de.rwth.swc.coffee4j.engine.util
-
Utility methods used for combinatorial tasks in the context of combinatorial
test generation.
- CombinatorialTestConfiguration - Class in de.rwth.swc.coffee4j.engine.manager
-
- CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory, Collection<TestInputGroupGenerator>, GenerationReporter) - Constructor for class de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration
-
Creates a new configuration with the given arguments.
- CombinatorialTestManager - Interface in de.rwth.swc.coffee4j.engine.manager
-
Defines a manager which can completely manage a combinatorial test including dynamic test generation (e.g
fault characterization).
- CombinatorialTestModel - Class in de.rwth.swc.coffee4j.engine
-
A class containing all important information needed for one combinatorial test.
- CombinatorialTestModel(int, int[]) - Constructor for class de.rwth.swc.coffee4j.engine.CombinatorialTestModel
-
Defines a new model without any constraints.
- CombinatorialTestModel(int, int[], Collection<TupleList>) - Constructor for class de.rwth.swc.coffee4j.engine.CombinatorialTestModel
-
Defines a new model with just forbidden constraints but no error constraints.
- CombinatorialTestModel(int, int[], Collection<TupleList>, Collection<TupleList>) - Constructor for class de.rwth.swc.coffee4j.engine.CombinatorialTestModel
-
- computeCartesianProduct(Int2IntMap, int) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes the full cartesian product of the given parameters.
- computeCombinations(int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes all size-value-combinations there are with the given parameters.
- computeFailureInducingCombinations() - Method in class de.rwth.swc.coffee4j.engine.characterization.aifl.Aifl
-
- computeFailureInducingCombinations() - Method in class de.rwth.swc.coffee4j.engine.characterization.ben.Ben
-
- computeFailureInducingCombinations() - Method in class de.rwth.swc.coffee4j.engine.characterization.delta.ImprovedDeltaDebugging
-
- computeFailureInducingCombinations() - Method in interface de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm
-
- computeNegativeParameterCombinations(int[], int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes subsets of parameter indices with the given size multiplied with negative parameters
- computeNextTestInputs(Map<int[], TestResult>) - Method in class de.rwth.swc.coffee4j.engine.characterization.delta.ImprovedDeltaDebugging
-
- computeNextTestInputs(Map<int[], TestResult>) - Method in interface de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithm
-
Refines the internal list of suspicious of faulty combinations.
- computeNextTestInputs(Map<int[], TestResult>) - Method in class de.rwth.swc.coffee4j.engine.characterization.SuspiciousCombinationAlgorithm
-
- computeParameterCombinations(int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes all subsets of parameter indices with the given size.
- computeSubCombinations(int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes all sub-combinations with the given size that the combination has.
- computeSubCombinations(int[]) - Static method in class de.rwth.swc.coffee4j.engine.util.Combinator
-
Computes all sub-combinations of this combination.
- configuration - Variable in class de.rwth.swc.coffee4j.engine.characterization.SuspiciousCombinationAlgorithm
-
- ConflictingErrorConstraintSearcher - Class in de.rwth.swc.coffee4j.engine.constraint
-
- ConstraintChecker - Interface in de.rwth.swc.coffee4j.engine.constraint
-
- ConstraintCheckerFactory - Class in de.rwth.swc.coffee4j.engine.constraint
-
- ConstraintCheckerFactory(CombinatorialTestModel) - Constructor for class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- contains(int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.ArrayUtil
-
Checks whether the given element appears anywhere in the given array.
- contains(int[], int[]) - Static method in class de.rwth.swc.coffee4j.engine.util.CombinationUtil
-
Checks whether the first combinations contains the second one.
- containsAllParameters(int[], IntSet) - Static method in class de.rwth.swc.coffee4j.engine.util.CombinationUtil
-
Checks whether a combinations contains all parameter, that is whether the field for all given parameters is
not set to
CombinationUtil.NO_VALUE.
- containsAllParameters(int[], int) - Static method in class de.rwth.swc.coffee4j.engine.util.CombinationUtil
-
Checks whether all the combination contains all parameters until the given index, that is whether all fields
in the combination array until the index are not set to
CombinationUtil.NO_VALUE.
- containsResultFor(IntArrayWrapper) - Method in class de.rwth.swc.coffee4j.engine.manager.HashMapTestResultCache
-
- containsResultFor(IntArrayWrapper) - Method in interface de.rwth.swc.coffee4j.engine.manager.TestResultCache
-
- convert(Object) - Method in interface de.rwth.swc.coffee4j.engine.report.ArgumentConverter
-
- convertArguments(ArgumentConverter) - Method in class de.rwth.swc.coffee4j.engine.report.Report
-
- create(FaultCharacterizationConfiguration) - Method in interface de.rwth.swc.coffee4j.engine.characterization.FaultCharacterizationAlgorithmFactory
-
Creates a new algorithm for the given configuration.
- create(int[], int) - Method in interface de.rwth.swc.coffee4j.engine.generator.ipog.ParameterCombinationFactory
-
Calculates which parameter combinations should be covered in the next step.
- create(int[], int) - Method in class de.rwth.swc.coffee4j.engine.generator.ipog.TWiseParameterCombinationFactory
-
- createAdaptiveConstraintsCheckerWithNegation(TupleList) - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createConflictingErrorConstraintsSearcher(TupleList) - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createHardConstraintsChecker() - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createHardConstraintsCheckerWithNegation(TupleList) - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createNoConstraintsChecker() - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createSoftConstraintsChecker(int) - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-
- createSoftConstraintsCheckerWithNegation(TupleList, int) - Method in class de.rwth.swc.coffee4j.engine.constraint.ConstraintCheckerFactory
-