public class AllUsesAnalysis extends Object
| Constructor and Description |
|---|
AllUsesAnalysis(ClassControlFlowGraph ccfg)
Given the ClassCallGraph of a class this constructor will build up the
corresponding CCFG using the RCFGs from the GraphPool.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DefUseCoverageTestFitness> |
determineDefUsePairs()
Makes a run of determineInterMethodPairs() for each public method.
|
public AllUsesAnalysis(ClassControlFlowGraph ccfg)
ccg - a ClassCallGraph object.public Set<DefUseCoverageTestFitness> determineDefUsePairs()
Set object.Copyright © 2010–2017 EvoSuite. All rights reserved.