public abstract class TestStatisticsMap.ForEach extends Object
| Constructor and Description |
|---|
TestStatisticsMap.ForEach() |
| Modifier and Type | Method and Description |
|---|---|
void |
iterate()
Runs the iteration.
|
protected abstract void |
next(Test test,
StatisticsSet statistics)
Receives a call for each item in the iteration.
|
public void iterate()
protected abstract void next(Test test, StatisticsSet statistics)
test - The item's Test.statistics - The item's statistics.Copyright © 2000-2014. All Rights Reserved.