站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

NbPerformanceTest.PerformanceData (NB JUnit) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.nbjunit/1 1.41

org.netbeans.junit
Class NbPerformanceTest.PerformanceData

java.lang.Object
  extended by org.netbeans.junit.NbPerformanceTest.PerformanceData
Enclosing interface:
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()
           
 
Method Summary
 
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.41

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