Skip navigation links
org.netbeans.modules.nbjunit/1 1.115
A B C D E F G H 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
 
clusters(String) - Method in class org.netbeans.junit.NbModuleSuite.Configuration
Regular expression to match clusters that shall be enabled.
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.
create(Class<? extends TestCase>, String, String) - Static method in class org.netbeans.junit.NbModuleSuite
Factory method to create wrapper test that knows how to setup proper NetBeans Runtime Container environment.
create(Class<? extends TestCase>, String, String, String...) - Static method in class org.netbeans.junit.NbModuleSuite
Factory method to create wrapper test that knows how to setup proper NetBeans Runtime Container environment.
create(NbModuleSuite.Configuration) - Static method in class org.netbeans.junit.NbModuleSuite
Factory method to create wrapper test that knows how to setup proper NetBeans Runtime Container environment.
createConfiguration(Class<? extends TestCase>) - Static method in class org.netbeans.junit.NbModuleSuite
Creates default configuration wrapping a class that can be executed with the NbModuleSuite support.
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links
org.netbeans.modules.nbjunit/1 1.115