Interface PerformanceTest

    • Method Detail

      • executeBlock

        void executeBlock()
                   throws java.lang.Exception
        Executes block of code to be tested.
        Throws:
        java.lang.Exception
      • computeScores

        java.util.Map<java.lang.String,​java.lang.Object> computeScores​(int seconds)
        Compute scores and returns as map.
        Parameters:
        seconds - the seconds
        Returns:
        the map with test scores
      • getTestName

        java.lang.String getTestName()
        Gets the test name.
        Returns:
        the test name
      • prepare

        void prepare()
              throws java.lang.Exception
        Prepare test if needed.
        Throws:
        java.lang.Exception - the exception
      • cleanup

        void cleanup()
        Cleanup after test if needed.