| Class | Description |
|---|---|
| Action |
Created by arcuri82 on 16-Sep-19.
|
| AdditionalInfo |
Besides code coverage, there can be additional info that we want
to collect at runtime when test cases are executed.
|
| BootTimeObjectiveInfo |
contain targets info which are collected during SUT boot-time
|
| ClassAnalyzer | |
| ClassesToExclude | |
| ClassScanner | |
| ComputeClassWriter |
A ClassWriter that computes the common super class of two classes without
actually loading them with a ClassLoader.
|
| Constants | |
| ExternalService | |
| ExternalServiceInfo |
Information related to the external service calls
|
| ExternalServiceMapping | |
| ExtractJvmClass | |
| HostnameResolutionInfo |
Information about whether a hostname does resolve or not to an IP address.
|
| InputProperties |
Properties "-D" passed as input to JAR of SUTs when started with an External Controller
|
| InstrumentationController | |
| Instrumentator | |
| InstrumentingAgent |
Entry point for the JavaAgent that will do the bytecode instrumentation
|
| InstrumentingClassLoader |
This classloader will add probes to the loaded classes.
|
| JpaAnnotationName | |
| JpaConstraint | |
| JpaConstraintBuilder | |
| MongoCollectionSchema |
Schema of documents in a collection.
|
| MongoFindCommand |
Info related to MONGO command execution.
|
| SqlInfo |
Info related to SQL command execution.
|
| TargetInfo |
This represents the same data as in TargetInfoDto.
|
| Enum | Description |
|---|---|
| NameSpace |
Indicates if the Java Persistence API (jpa) is being used (with prefix javax.*) or
the Jakarta Persistence Layer (with prefix jakarta.*) is being used.
|
| Exception | Description |
|---|---|
| KillSwitchException |
Exception used when we try to force the SUT to stop its background thread left
after each test evaluation
|
Copyright © 2016–2024. All rights reserved.