| Package | Description |
|---|---|
| org.evosuite.coverage | |
| org.evosuite.rmi | |
| org.evosuite.rmi.service | |
| org.evosuite.statistics | |
| org.evosuite.testcase.execution |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeVariable |
CoverageCriteriaAnalyzer.getBitStringVariable(Properties.Criterion criterion) |
static RuntimeVariable |
CoverageCriteriaAnalyzer.getCoverageVariable(Properties.Criterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientServices.track(RuntimeVariable outputVariable,
Object value)
Shorthand for the commonly used trackOutputVariable method
|
| Modifier and Type | Method and Description |
|---|---|
void |
MasterNodeRemote.evosuite_collectStatistics(String clientRmiIdentifier,
RuntimeVariable variable,
Object value) |
void |
DummyClientNodeImpl.trackOutputVariable(RuntimeVariable name,
Object value) |
void |
ClientNodeLocal.trackOutputVariable(RuntimeVariable variable,
Object value) |
void |
ClientNodeImpl.trackOutputVariable(RuntimeVariable variable,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeVariable |
SequenceOutputVariableFactory.variable |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeVariable |
RuntimeVariable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeVariable[] |
RuntimeVariable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChromosomeOutputVariableFactory(RuntimeVariable variable) |
DirectSequenceOutputVariableFactory(RuntimeVariable variable) |
SequenceOutputVariableFactory(RuntimeVariable variable) |
| Modifier and Type | Field and Description |
|---|---|
static Map<RuntimeVariable,Set<Integer>> |
ExecutionTraceImpl.bytecodeInstructionCoveredFalse |
static Map<RuntimeVariable,Set<Integer>> |
ExecutionTraceImpl.bytecodeInstructionCoveredTrue |
static Map<RuntimeVariable,Set<Integer>> |
ExecutionTraceImpl.bytecodeInstructionReached |
Copyright © 2010–2017 EvoSuite. All rights reserved.