| Class | Description |
|---|---|
| ConcolicBytecodeInstrumentation |
This class performns the bytecode transformation.
|
| ConcolicConfig |
The instrumenter parses all classes loaded by the JVM to run the
user program.
|
| ConcolicInstrumentingClassLoader |
A ClassLoader very similar to the
org.evosuite.javaagent.InstrumentingClassLoader
It must instrument java bytecode to allow recording constraints on the program. |
| ConcolicMethodAdapter |
Main instrumentation class
|
| ResourceList |
list resources available from the classpath @ *
|
Copyright © 2010–2017 EvoSuite. All rights reserved.