| Class | Description |
|---|---|
| ClusteredTestDetails |
TestDetails with additional information about which cluster of tests
the test case belongs to during prioritization. |
| CoverageProbeBase |
Base class for coverage probes.
|
| LineCoverageInfo |
Holds line coverage information for a file.
|
| MultiFileRangeCoverageInfo |
Holds line range coverage information for a test covering multiple files.
|
| ProbeCoverageInfo |
Holds coverage information for a file represented as "probes".
|
| TestCoverageUtils |
Utility methods for dealing with coverage information.
|
| TestDetails |
Represents a test case data class, holding an uniformPath (Teamscale
internal).
|
| TestUniformPathUtils |
Utility methods for converting test IDs to uniform paths and the other way
around.
|
| Enum | Description |
|---|---|
| ELineCoverage |
Information on how a line was covered.
|