org.netbeans.modules.nbjunit/1 1.29

org.netbeans.junit
Class NbPerformanceTest.PerformanceData

java.lang.Object
  extended byorg.netbeans.junit.NbPerformanceTest.PerformanceData
Enclosing class:
NbPerformanceTest

public static class NbPerformanceTest.PerformanceData
extends Object

Helper class holding one measured performance value


Field Summary
 String name
          performance value name
static int NO_ORDER
           
static long NO_THRESHOLD
           
 int runOrder
          run order - for same performance name, which run of the test is it
 long threshold
          threshold for measured data
 String unit
          performance value unit
 long value
          easured performance value
 
Constructor Summary
NbPerformanceTest.PerformanceData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ORDER

public static final int NO_ORDER
See Also:
Constant Field Values

NO_THRESHOLD

public static final long NO_THRESHOLD
See Also:
Constant Field Values

name

public String name
performance value name


value

public long value
easured performance value


unit

public String unit
performance value unit


runOrder

public int runOrder
run order - for same performance name, which run of the test is it


threshold

public long threshold
threshold for measured data

Constructor Detail

NbPerformanceTest.PerformanceData

public NbPerformanceTest.PerformanceData()

org.netbeans.modules.nbjunit/1 1.29

Built on May 12 2006.  |  Portions Copyright 1997-2006 Sun Microsystems, Inc. All rights reserved.