A C D F G I M N O P R S T

A

addTest(Test) - Method in class org.netbeans.junit.NbTestSuite
Adds a test to the suite.
addTestSuite(Class) - Method in class org.netbeans.junit.NbTestSuite
adds a test suite to this test suite
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(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.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differencies in the output file.
assertFile(File, File, File) - 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.NbTestCase
Asserts that two files are the same, it uses specific Diff implementation to compare two files and stores possible differencies in the output file.
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.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differencies in the output file, the message is displayed when assertion fails.
assertFile(String, File, File, File) - 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.NbTestCase
Asserts that two files are the same (their content is identical), when files differ AssertionFileFailedError exception is thrown.
assertFile(String, File, File, File, Diff) - 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.NbTestCase
Asserts that two files are the same, it just compares two files and doesn't produce any additional output.
assertFile(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.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differencies in the output file.
assertFile(String, String, String) - 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.NbTestCase
Asserts that two files are the same, it uses specific Diff implementation to compare two files and stores possible differencies in the output file.
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.NbTestCase
Asserts that two files are the same, it compares two files and stores possible differencies in the output file, the message is displayed when assertion fails.
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, 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, String, Diff) - Static method in class org.netbeans.junit.NbTestDecorator
for description, see this method in NbTestCase class
AssertionFileFailedError - error org.netbeans.junit.AssertionFileFailedError.
Error thrown from assertFile file functions.
AssertionFileFailedError(String) - Constructor for class org.netbeans.junit.AssertionFileFailedError
Creates new AssertionFileFailedError
AssertionFileFailedError(String, String) - Constructor for class org.netbeans.junit.AssertionFileFailedError
Creates new AssertionFileFailedError

C

canRun() - Method in class org.netbeans.junit.NbTestSuite
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 interface org.netbeans.junit.NbTest
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.
clearWorkDir() - Method in class org.netbeans.junit.NbTestCase
Deletes all files under test's working directory.

D

DEFAULT_DIFF_IMPL - Static variable in class org.netbeans.junit.Manager
 
diffFile - Variable in class org.netbeans.junit.AssertionFileFailedError
 

F

Filter - class org.netbeans.junit.Filter.
A helper class, which holds informatino about filtered tests
Filter() - Constructor for class org.netbeans.junit.Filter
Creates new Filter
fPreferences - Static variable in class org.netbeans.junit.Manager
 

G

getDiffFile() - Method in class org.netbeans.junit.AssertionFileFailedError
 
getExcludes() - Method in class org.netbeans.junit.Filter
 
getIncludes() - Method in class org.netbeans.junit.Filter
 
getSystemDiff() - Static method in class org.netbeans.junit.Manager
 
getWorkDir() - Method in class org.netbeans.junit.NbTestCase
Returns unique working directory for a test (each test method have uniq1ue dir).

I

instantiateDiffImpl(String) - Static method in class org.netbeans.junit.Manager
 
isIncluded(String) - Method in class org.netbeans.junit.Filter
 

M

Manager - class org.netbeans.junit.Manager.
 
match(String, String) - Static method in class org.netbeans.junit.Filter
Matches a string against a pattern.

N

NbTest - interface org.netbeans.junit.NbTest.
NetBeans extension to JUnit Test interface
NbTestCase - class org.netbeans.junit.NbTestCase.
NetBeans extension to JUnit's TestCase
NbTestCase(String) - Constructor for class org.netbeans.junit.NbTestCase
Constructs a test case with the given name.
NbTestDecorator - class org.netbeans.junit.NbTestDecorator.
NetBeans extension to JUnit's TestDecorator class.
NbTestDecorator(Test) - Constructor for class org.netbeans.junit.NbTestDecorator
 
NbTestSetup - class org.netbeans.junit.NbTestSetup.
A Decorator to set up and tear down additional fixture state.
NbTestSetup(Test) - Constructor for class org.netbeans.junit.NbTestSetup
 
NbTestSuite - class org.netbeans.junit.NbTestSuite.
NetBeans extension to JUnit's TestSuite class.
NbTestSuite() - Constructor for class org.netbeans.junit.NbTestSuite
Constructs an empty TestSuite.
NbTestSuite(Class) - Constructor for class org.netbeans.junit.NbTestSuite
Constructs a TestSuite from the given class.
NbTestSuite(String) - Constructor for class org.netbeans.junit.NbTestSuite
Constructs an empty TestSuite.

O

org.netbeans.junit - package org.netbeans.junit
 

P

PROP_DIFF_IMPL - Static variable in class org.netbeans.junit.Manager
 

R

readProperties() - Static method in class org.netbeans.junit.Manager
 
run(TestResult) - Method in class org.netbeans.junit.NbTestCase
Runs the test case and collects the results in TestResult.
run(TestResult) - Method in class org.netbeans.junit.NbTestSetup
 

S

setExcludes(String[]) - Method in class org.netbeans.junit.Filter
 
setFilter(Filter) - Method in class org.netbeans.junit.NbTestSuite
Sets active filter.
setFilter(Filter) - Method in class org.netbeans.junit.NbTestCase
Sets active filter.
setFilter(Filter) - Method in interface org.netbeans.junit.NbTest
Sets active filter.
setFilter(Filter) - Method in class org.netbeans.junit.NbTestDecorator
Sets active filter.
setIncludes(String[]) - Method in class org.netbeans.junit.Filter
 
setUp() - Method in class org.netbeans.junit.NbTestSetup
Sets up the fixture.
systemDiff - Static variable in class org.netbeans.junit.Manager
 

T

tearDown() - Method in class org.netbeans.junit.NbTestSetup
Tears down the fixture.
toString() - Method in class org.netbeans.junit.Filter
 

A C D F G I M N O P R S T