com.singularsys.jeptests.system.perf
Class PerfResult

java.lang.Object
  extended by com.singularsys.jeptests.system.perf.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
PerfResult(PerfTest test, double setupTime, double runTime)
           
 
Method Summary
 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


Copyright © 2010 Singular Systems http://www.singularsys.com/jep