public interface CoverageDatabase extends ReportCoverage
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCoverageIdForClass(ClassName clazz) |
Collection<TestInfo> |
getTestsForBlockLocation(BlockLocation location) |
Collection<TestInfo> |
getTestsForClass(ClassName clazz) |
getClassesForFile, getCodeLinesForClass, getCoveredLinesCollection<TestInfo> getTestsForClass(ClassName clazz)
Collection<TestInfo> getTestsForBlockLocation(BlockLocation location)
BigInteger getCoverageIdForClass(ClassName clazz)
Copyright © 2024 org.pitest. All rights reserved.