Class PerfResult


  • public class PerfResult
    extends java.lang.Object
    Stores a single performance test result and contains logic to write this to a DB.
    • Constructor Summary

      Constructors 
      Constructor Description
      PerfResult​(PerfTest test, double setupTime, double runTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeToDB​(java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerfResult

        public PerfResult​(PerfTest test,
                          double setupTime,
                          double runTime)
    • Method Detail

      • writeToDB

        public void writeToDB​(java.lang.String password)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception