public class ConcreteBlockCounter extends Object implements BlockCounter
Constructor and Description |
---|
ConcreteBlockCounter() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentBlock() |
int |
getCurrentBlockThisMethod() |
boolean |
isWithinFinallyBlock() |
void |
registerFinallyBlockEnd() |
void |
registerFinallyBlockStart() |
void |
registerNewBlock() |
void |
registerNewMethodStart() |
public void registerNewBlock()
registerNewBlock
in interface BlockCounter
public void registerFinallyBlockStart()
registerFinallyBlockStart
in interface BlockCounter
public void registerFinallyBlockEnd()
registerFinallyBlockEnd
in interface BlockCounter
public void registerNewMethodStart()
registerNewMethodStart
in interface BlockCounter
public int getCurrentBlock()
public int getCurrentBlockThisMethod()
public boolean isWithinFinallyBlock()
Copyright © 2021 org.pitest. All rights reserved.