public interface CodeHistory
Modifier and Type | Method and Description |
---|---|
Optional<MutationStatusTestPair> |
getPreviousResult(MutationIdentifier id) |
boolean |
hasClassChanged(ClassName className) |
boolean |
hasCoverageChanged(ClassName className,
BigInteger currentCoverage) |
Optional<MutationStatusTestPair> getPreviousResult(MutationIdentifier id)
boolean hasClassChanged(ClassName className)
boolean hasCoverageChanged(ClassName className, BigInteger currentCoverage)
Copyright © 2021 org.pitest. All rights reserved.