Uses of Class
de.rwth.swc.coffee4j.engine.TestResult
-
-
Uses of TestResult in de.rwth.swc.coffee4j.engine
Methods in de.rwth.swc.coffee4j.engine that return TestResult Modifier and Type Method Description static TestResultTestResult. failure(java.lang.Throwable causeForFailure)Descriptive convenience method for constructing a result for a failed test input.static TestResultTestResult. success()Descriptive convenience method for constructing a result for a successful test input. -
Uses of TestResult in de.rwth.swc.coffee4j.engine.characterization
Fields in de.rwth.swc.coffee4j.engine.characterization with type parameters of type TestResult Modifier and Type Field Description protected java.util.Map<IntArrayWrapper,TestResult>SuspiciousCombinationAlgorithm. testResultsMethod parameters in de.rwth.swc.coffee4j.engine.characterization with type arguments of type TestResult Modifier and Type Method Description java.util.List<int[]>FaultCharacterizationAlgorithm. computeNextTestInputs(java.util.Map<int[],TestResult> testResults)Refines the internal list of suspicious of faulty combinations.java.util.List<int[]>SuspiciousCombinationAlgorithm. computeNextTestInputs(java.util.Map<int[],TestResult> nextTestResults)In the first iteration all relevant sub combinations of failed test inputs are calculated via theSuspiciousCombinationAlgorithm.getRelevantSubCombinations(int[])method.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. -
Uses of TestResult in de.rwth.swc.coffee4j.engine.characterization.aifl
Method parameters in de.rwth.swc.coffee4j.engine.characterization.aifl with type arguments of type TestResult 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) -
Uses of TestResult in de.rwth.swc.coffee4j.engine.characterization.ben
Method parameters in de.rwth.swc.coffee4j.engine.characterization.ben with type arguments of type TestResult Modifier and Type Method Description java.util.List<IntArrayWrapper>Ben. generateNextTestInputs(java.util.Map<int[],TestResult> newTestResults) -
Uses of TestResult in de.rwth.swc.coffee4j.engine.characterization.delta
Method parameters in de.rwth.swc.coffee4j.engine.characterization.delta with type arguments of type TestResult Modifier and Type Method Description java.util.List<int[]>ImprovedDeltaDebugging. computeNextTestInputs(java.util.Map<int[],TestResult> testResults) -
Uses of TestResult in de.rwth.swc.coffee4j.engine.manager
Methods in de.rwth.swc.coffee4j.engine.manager that return TestResult Modifier and Type Method Description TestResultHashMapTestResultCache. getResultFor(IntArrayWrapper testInput)TestResultTestResultCache. getResultFor(IntArrayWrapper testInput)Methods in de.rwth.swc.coffee4j.engine.manager with parameters of type TestResult 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).java.util.List<int[]>BasicCombinatorialTestManager. generateAdditionalTestInputsWithResult(int[] testInput, TestResult testResult)Returns all additional test inputs needed for allTestInputGroups managed by this manager.java.util.List<int[]>CachingDelegatingCombinatorialTestManager. generateAdditionalTestInputsWithResult(int[] testInput, TestResult testResult)java.util.List<int[]>CombinatorialTestManager. generateAdditionalTestInputsWithResult(int[] testInput, TestResult testResult)Generates additional test inputs based on results of previous test inputs normally generated by eitherCombinatorialTestManager.generateInitialTests()or this method in a previous iteration.
-