|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.benchy.BenchmarkResult
public class BenchmarkResult
Contains the results of a Benchmark; a list of testcase results.
| Constructor Summary | |
|---|---|
BenchmarkResult(java.lang.String benchmarkName,
java.util.List<TestCaseResult> testCaseResultList)
|
|
| Method Summary | |
|---|---|
void |
add(TestCaseResult result)
Adds a TestCaseResult to this BenchmarkResult. |
java.lang.String |
getBenchmarkName()
Returns the name of the Benchmark. |
java.util.List<TestCaseResult> |
getTestCaseResults()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BenchmarkResult(java.lang.String benchmarkName,
java.util.List<TestCaseResult> testCaseResultList)
| Method Detail |
|---|
public java.lang.String getBenchmarkName()
public void add(TestCaseResult result)
result - the TestCaseResult to add.
java.lang.NullPointerException - if result is null.public java.util.List<TestCaseResult> getTestCaseResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||