| Package | Description |
|---|---|
| org.evosuite.coverage.dataflow | |
| org.evosuite.graphs.cfg |
| Modifier and Type | Method and Description |
|---|---|
Use |
DefUseCoverageTestFitness.getGoalUse()
Getter for the field
goalUse. |
static Use |
DefUsePool.getUseByDefUseId(int duId)
Returns the Use with the given duID
|
static Use |
DefUsePool.getUseByInstruction(BytecodeInstruction use)
getUseByInstruction
|
static Use |
DefUsePool.getUseByUseId(int useId)
getUseByUseId
|
static Use |
DefUseFactory.makeUse(BytecodeInstruction instruction)
Returns a Use instance given a BytecodeInstruction for which isUse() is
true
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Use,DefUseCoverageTestFitness> |
DefUseCoverageFactory.getRegisteredGoalsForDefinition(Definition def)
getRegisteredGoalsForDefinition
|
static Set<Use> |
DefUsePool.retrieveRegisteredParameterUses()
retrieveRegisteredParameterUses
|
static Set<Use> |
DefUsePool.retrieveRegisteredUses()
retrieveRegisteredUses
|
| Modifier and Type | Method and Description |
|---|---|
static DefUseCoverageTestFitness |
DefUseCoverageFactory.createGoal(Definition def,
Use use,
DefUseCoverageTestFitness.DefUsePairType type)
Given a definition and a use, this method creates a DefUseCoverageGoal
for this DefUsePair.
|
static List<Integer> |
DefUseExecutionTraceAnalyzer.getUsePositions(Use targetUse,
ExecutionTrace trace,
int objectId)
Returns all the duCounterPositions of the targetUse in the given trace
|
static DefUseCoverageTestFitness |
DefUseCoverageFactory.retrieveGoal(Definition def,
Use use)
retrieveGoal
|
| Constructor and Description |
|---|
DefUseCoverageTestFitness(Definition def,
Use use,
DefUseCoverageTestFitness.DefUsePairType type)
Creates a Definition-Use-Coverage goal for the given Definition and Use
|
DefUseCoverageTestFitness(Use use)
Used for Parameter-Uses
Creates a goal that tries to cover the given Use
|
| Constructor and Description |
|---|
AllDefsCoverageTestFitness(Definition def,
Map<Use,DefUseCoverageTestFitness> uses)
Constructor for AllDefsCoverageTestFitness.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Use> |
RawControlFlowGraph.getUsesForDef(Definition def)
getUsesForDef
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RawControlFlowGraph.hasDefClearPathFromMethodEntry(Use duVertex)
hasDefClearPathFromMethodEntry
|
Copyright © 2010–2017 EvoSuite. All rights reserved.