Package test

Class BasePerfTest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int DEFAULT_SECS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BasePerfTest()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected int test​(java.lang.String[] args)  
      protected int test2​(java.io.File file, int SECS)  
      protected abstract int testExec​(java.io.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​(java.lang.String[] args)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • test2

        protected final int test2​(java.io.File file,
                                  int SECS)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testExec

        protected abstract int testExec​(java.io.File file)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception