org.apache.commons.math3
Class PerfTestUtils.RunTest

java.lang.Object
  extended by 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.


Constructor Summary
PerfTestUtils.RunTest(String name)
           
 
Method Summary
abstract  Double call()
          
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfTestUtils.RunTest

public PerfTestUtils.RunTest(String name)
Parameters:
name - Test name.
Method Detail

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.