org.netbeans.modules.nbjunit/1 1.29

Uses of Class
org.netbeans.junit.NbTestSuite

Packages that use NbTestSuite
org.netbeans.junit   
 

Uses of NbTestSuite in org.netbeans.junit
 

Methods in org.netbeans.junit that return NbTestSuite
static NbTestSuite NbTestSuite.speedSuite(Class clazz, int slowness, int repeat)
          Factory method to create a special execution suite that not only executes the tests but also measures the times each execution took.
static NbTestSuite NbTestSuite.linearSpeedSuite(Class clazz, int slowness, int repeat)
          Factory method to create a special execution suite that not only executes the tests but also measures the times each execution took.
 


org.netbeans.modules.nbjunit/1 1.29

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