public class BlockCoverage extends Object
Constructor and Description |
---|
BlockCoverage(BlockLocation block,
Collection<String> tests) |
Modifier and Type | Method and Description |
---|---|
BlockLocation |
getBlock() |
Collection<String> |
getTests() |
public BlockCoverage(BlockLocation block, Collection<String> tests)
public BlockLocation getBlock()
public Collection<String> getTests()
Copyright © 2021 org.pitest. All rights reserved.