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

A-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

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(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 differencies 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 differencies 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 differencies 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 differencies 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 differencies 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 differencies 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.
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.

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.