|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceLocationListener
Event listener invoked by instrumented tests when a particular SourceLocation has been hit/touched during an automated test execution.
| Method Summary | |
|---|---|
void |
addExecutionStep(SourceLocation location)
Adds 1 to the recorded execution steps ("hits"/"touches") to the supplied SourceLocation. |
void |
addExecutionSteps(SourceLocation location,
int numSteps)
Adds a given number of execution steps ("hits"/"touches") to the supplied SourceLocation. |
| Method Detail |
|---|
void addExecutionStep(SourceLocation location)
location - The SourceLocation where 1 execution step should be added. Cannot be null.
void addExecutionSteps(SourceLocation location,
int numSteps)
location - The SourceLocation where 1 execution step should be added.
Cannot be null.numSteps - The number of execution steps to add to the supplied SourceLocation.
Cannot be less than 1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||