public class StatisticsTable extends Object
Format a textual table of a TestStatisticsMap
using a
StatisticsView
.
Package scope
.Constructor and Description |
---|
StatisticsTable(StatisticsView statisticsView,
StatisticsIndexMap statisticsIndexMap,
TestStatisticsMap testStatisticsMap)
Creates a new
StatisticsTable instance. |
public StatisticsTable(StatisticsView statisticsView, StatisticsIndexMap statisticsIndexMap, TestStatisticsMap testStatisticsMap)
StatisticsTable
instance.statisticsView
- Views.statisticsIndexMap
- The statistics index map.testStatisticsMap
- Tests and associated statistics.public final void print(PrintWriter out, long elapsedTime)
out
- The output writerelapsedTime
- The elapsed time.Copyright © 2000-2014. All Rights Reserved.