See: Description
| Class | Description |
|---|---|
| ExecutionTracer |
Methods of this class will be injected in the SUT to
keep track of what the tests do execute/cover.
|
| MethodReplacementPreserveSemantics | |
| ObjectiveRecorder |
Keep track of all objective coverage so far.
|
| UnitsInfoRecorder |
Keep track of static info on the SUT related to its classes,
eg total number of lines
WARNING: unless we force somehow to load all classes, this info
here will be partial
TODO: we could force class loading at the end of the search, but
could be bit tricky when dealing with custom class-loaders like in Spring
Created by arcuri82 on 27-Sep-19.
|
Copyright © 2016–2024. All rights reserved.