Uses of Class
de.rwth.swc.coffee4j.engine.util.IntArrayWrapper
-
-
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.engine.characterization
Fields in de.rwth.swc.coffee4j.engine.characterization with type parameters of type IntArrayWrapper Modifier and Type Field Description protected java.util.Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. previousSuspiciousCombinationsprotected java.util.Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. suspiciousCombinationsprotected java.util.Map<IntArrayWrapper,TestResult>SuspiciousCombinationAlgorithm. testResultsMethods in de.rwth.swc.coffee4j.engine.characterization that return types with arguments of type IntArrayWrapper Modifier and Type Method Description protected abstract java.util.List<IntArrayWrapper>SuspiciousCombinationAlgorithm. generateNextTestInputs(java.util.Map<int[],TestResult> newTestResults)The concrete algorithm generates test for which it needs the result for better fault characterization.protected abstract java.util.Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. getRelevantSubCombinations(int[] combination)Defined which sub-combinations of any given combination can be part of the suspicious set. -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.engine.characterization.aifl
Methods in de.rwth.swc.coffee4j.engine.characterization.aifl that return types with arguments of type IntArrayWrapper Modifier and Type Method Description java.util.List<IntArrayWrapper>Aifl. generateNextTestInputs(java.util.Map<int[],TestResult> newTestResults)java.util.List<IntArrayWrapper>IterationBasedIterAifl. generateNextTestInputs(java.util.Map<int[],TestResult> newTestResults)java.util.Set<IntArrayWrapper>Aifl. getRelevantSubCombinations(int[] combination) -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.engine.characterization.ben
Methods in de.rwth.swc.coffee4j.engine.characterization.ben that return types with arguments of type IntArrayWrapper Modifier and Type Method Description java.util.List<IntArrayWrapper>Ben. generateNextTestInputs(java.util.Map<int[],TestResult> newTestResults)java.util.Set<IntArrayWrapper>Ben. getRelevantSubCombinations(int[] combination) -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager with parameters of type IntArrayWrapper Modifier and Type Method Description voidHashMapTestResultCache. addResultFor(IntArrayWrapper testInput, TestResult result)voidTestResultCache. addResultFor(IntArrayWrapper testInput, TestResult result)Adds a result to the cache so it may later be retrieved viaTestResultCache.getResultFor(IntArrayWrapper).booleanHashMapTestResultCache. containsResultFor(IntArrayWrapper testInput)booleanTestResultCache. containsResultFor(IntArrayWrapper testInput)TestResultHashMapTestResultCache. getResultFor(IntArrayWrapper testInput)TestResultTestResultCache. getResultFor(IntArrayWrapper testInput) -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.engine.util
Methods in de.rwth.swc.coffee4j.engine.util that return IntArrayWrapper Modifier and Type Method Description static IntArrayWrapperIntArrayWrapper. wrap(int[] array)Convenience method for wrapping a int[] into aIntArrayWrapper.Methods in de.rwth.swc.coffee4j.engine.util that return types with arguments of type IntArrayWrapper Modifier and Type Method Description static java.util.List<IntArrayWrapper>IntArrayWrapper. wrapToList(java.util.Collection<int[]> arrays)Convenience method for wrapping all int[] in a collection into a list.static java.util.Set<IntArrayWrapper>IntArrayWrapper. wrapToSet(java.util.Collection<int[]> arrays)Convenience method for wrapping all int[] in a collection into a set.
-