org.apache.commons.math3
Class PerfTestUtils.RunTest
java.lang.Object
org.apache.commons.math3.PerfTestUtils.RunTest
- All Implemented Interfaces:
- Callable<Double>
- Enclosing class:
- PerfTestUtils
public abstract static class PerfTestUtils.RunTest
- extends Object
- implements Callable<Double>
Utility class for storing a test label.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfTestUtils.RunTest
public PerfTestUtils.RunTest(String name)
- Parameters:
name - Test name.
getName
public String getName()
- Returns:
- the name of this test.
call
public abstract Double call()
throws Exception
-
- Specified by:
call in interface Callable<Double>
- Throws:
Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.