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

C-Index (NB JUnit) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.nbjunit/1 1.41
A B C D E F G I J L M N O P R S T U V

C

canRun() - Method in interface org.netbeans.junit.NbTest
Checks if a test isn't filtered out by the active filter.
canRun() - Method in class org.netbeans.junit.NbTestCase
Checks if a test isn't filtered out by the active filter.
canRun() - Method in class org.netbeans.junit.NbTestDecorator
Checks if a test isn't filtered out by the active filter.
canRun() - Method in class org.netbeans.junit.NbTestSuite
Checks if a test isn't filtered out by the active filter.
cases(Object) - Method in class org.netbeans.junit.ParametricTestSuite
Returns an array of testcases for the given parameter.
cleanup() - Method in class org.netbeans.junit.MultiTestSuite
The method is called after executing tests.
clearWorkDir() - Method in class org.netbeans.junit.NbTestCase
Deletes all files including subdirectories in test's working directory.
close() - Method in class org.netbeans.junit.Log
 
compareLines(String, String) - Method in class org.netbeans.junit.diff.LineDiff
 
compareReferenceFiles(String, String, String) - Method in class org.netbeans.junit.NbTestCase
Compares golden file and reference log.
compareReferenceFiles() - Method in class org.netbeans.junit.NbTestCase
Compares default golden file and default reference log.
CONTEXT - Static variable in class org.netbeans.junit.diff.LineDiff
 
controlFlow(Logger, Logger, String, int) - Static method in class org.netbeans.junit.Log
Can emulate the execution flow of multiple threads in a deterministic way so it is easy to emulate race conditions or deadlocks just with the use of additional log messages inserted into the code.
convertNBFSURL(URL) - Static method in class org.netbeans.junit.NbTestCase
Deprecated. No longer applicable as of NB 4.0 at the latest. FileObject.getURL() should be returning a file-protocol URL, which can be converted to a disk path using new File(URI); or use FileUtil.toFile.

org.netbeans.modules.nbjunit/1 1.41
A B C D E F G I J L M N O P R S T U V
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.