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 

A

addStartupArgument(String...) - Method in class org.netbeans.junit.NbModuleSuite.Configuration
Appends one or more command line arguments which will be used to start the application.
addTest(String...) - Method in class org.netbeans.junit.NbModuleSuite.Configuration
Adds new test name, or array of names into the configuration.
addTest(Class<? extends TestCase>, String...) - Method in class org.netbeans.junit.NbModuleSuite.Configuration
Adds new test class to run, together with a list of its methods that shall be executed.
addTest(Class<? extends Test>) - Method in class org.netbeans.junit.NbModuleSuite.Configuration
Add new Test to run.
addTest(Test) - Method in class org.netbeans.junit.NbTestSuite
Adds a test to the suite.
addTestSuite(Class<? extends TestCase>) - Method in class org.netbeans.junit.NbTestSuite
adds a test suite to this test suite
allModules(Class<? extends TestCase>, 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.
assertFile(String, String, String, String, Diff) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same (their content is identical), when files differ AssertionFileFailedError exception is thrown.
assertFile(String, String, String, Diff) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it uses specific Diff implementation to compare two files and stores possible differences in the output file.
assertFile(String, String, String, String) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differences in the output file, the message is displayed when assertion fails.
assertFile(String, String, String) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differences in the output file.
assertFile(String, String) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it just compares two files and doesn't produce any additional output.
assertFile(String, File, File, File, Diff) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same (their content is identical), when files differ AssertionFileFailedError exception is thrown.
assertFile(File, File, File, Diff) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it uses specific Diff implementation to compare two files and stores possible differences in the output file.
assertFile(String, File, File, File) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differences in the output file, the message is displayed when assertion fails.
assertFile(File, File, File) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differences in the output file.
assertFile(File, File) - Static method in class org.netbeans.junit.NbTestCase
Asserts that two files are the same, it just compares two files and doesn't produce any additional output.
assertFile(String, String, String, String, Diff) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, String, String, Diff) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, String, String, String) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, String, String) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, String) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, File, File, File, Diff) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(File, File, File, Diff) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(String, File, File, File) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(File, File, File) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertFile(File, File) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class.
assertGC(String, Reference<?>) - Static method in class org.netbeans.junit.NbTestCase
Asserts that the object can be garbage collected.
assertGC(String, Reference<?>, Set<?>) - Static method in class org.netbeans.junit.NbTestCase
Asserts that the object can be garbage collected.
assertInstances(String) - Static method in class org.netbeans.junit.Log
Assert to verify that all collected instances via Log.enableInstances(java.util.logging.Logger, java.lang.String, java.util.logging.Level) can disappear.
assertInstances(String, String...) - Static method in class org.netbeans.junit.Log
Assert to verify that all properly named instances collected via Log.enableInstances(java.util.logging.Logger, java.lang.String, java.util.logging.Level) can disappear.
AssertionFailedErrorException - Error in org.netbeans.junit
Error containing nested Exception.
AssertionFailedErrorException(Throwable) - Constructor for error org.netbeans.junit.AssertionFailedErrorException
Creates new AssertionFailedErrorException
AssertionFailedErrorException(String, Throwable) - Constructor for error org.netbeans.junit.AssertionFailedErrorException
Creates new AssertionFailedErrorException
AssertionFileFailedError - Error in org.netbeans.junit
Error thrown from assertFile file functions.
AssertionFileFailedError(String) - Constructor for error org.netbeans.junit.AssertionFileFailedError
Creates new AssertionFileFailedError
AssertionFileFailedError(String, String) - Constructor for error org.netbeans.junit.AssertionFileFailedError
Creates new AssertionFileFailedError
AssertionKnownBugError - Error in org.netbeans.junit
Error thrown in case of test failed by known bug.
AssertionKnownBugError(int) - Constructor for error org.netbeans.junit.AssertionKnownBugError
Creates new AssertionKnownBugError
AssertionKnownBugError(int, String) - Constructor for error org.netbeans.junit.AssertionKnownBugError
Creates new AssertionKnownBugError
assertSize(String, int, Object) - Static method in class org.netbeans.junit.NbTestCase
Assert size of some structure.
assertSize(String, Collection<?>, int) - Static method in class org.netbeans.junit.NbTestCase
Assert size of some structure.
assertSize(String, Collection<?>, int, Object[]) - Static method in class org.netbeans.junit.NbTestCase
Assert size of some structure.
assertSize(String, Collection<?>, int, MemoryFilter) - Static method in class org.netbeans.junit.NbTestCase
Assert size of some structure.
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