test
Class BasePerfTest

java.lang.Object
  extended by test.BasePerfTest
Direct Known Subclasses:
TestLineReader, TestNameTable, TestRawStream, TestUTF8

public abstract class BasePerfTest
extends Object


Constructor Summary
protected BasePerfTest()
           
 
Method Summary
protected  int test(String[] args)
           
protected  int test2(File file, int SECS)
           
protected abstract  int testExec(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePerfTest

protected BasePerfTest()
Method Detail

test

protected final int test(String[] args)
                  throws Exception
Throws:
Exception

test2

protected final int test2(File file,
                          int SECS)
                   throws Exception
Throws:
Exception

testExec

protected abstract int testExec(File file)
                         throws Exception
Throws:
Exception


Copyright © 2012 Fasterxml.com. All Rights Reserved.