public class CoverageResult extends Object
Constructor and Description |
---|
CoverageResult(Description testUnitDescription,
int executionTime,
boolean greenSuite,
Collection<BlockLocation> visitedBlocks) |
Modifier and Type | Method and Description |
---|---|
Collection<BlockLocation> |
getCoverage() |
int |
getExecutionTime() |
int |
getNumberOfCoveredBlocks() |
Description |
getTestUnitDescription() |
boolean |
isGreenTest() |
String |
toString() |
public CoverageResult(Description testUnitDescription, int executionTime, boolean greenSuite, Collection<BlockLocation> visitedBlocks)
public Description getTestUnitDescription()
public int getExecutionTime()
public Collection<BlockLocation> getCoverage()
public boolean isGreenTest()
public int getNumberOfCoveredBlocks()
Copyright © 2021 org.pitest. All rights reserved.