Interface | Description |
---|---|
MemoryFilter |
Instance filter contract.
|
NbPerformanceTest |
Interface extending JUnit test to store measured performance data
|
NbTest |
NetBeans extension to JUnit Test interface
|
Class | Description |
---|---|
Filter |
A helper class, which holds informatino about filtered tests
|
Filter.IncludeExclude | |
Log |
Collects log messages.
|
Manager | |
MemoryMeasurement |
Class with static methods for measuring memory footprint of a process.
|
MockServices |
Lets you register mock implementations of global services.
|
MultiTestCase | |
MultiTestSuite | |
NbModuleSuite |
Wraps a test class with proper NetBeans Runtime Container environment.
|
NbModuleSuite.Configuration |
Settings object that allows one to configure execution of
whole
NbModuleSuite . |
NbPerformanceTest.PerformanceData |
Helper class holding one measured performance value
|
NbPerformanceTestCase |
Default implementation of NbPerformanceTest with added methods to collect
measured performance data.
|
NbTestCase |
NetBeans extension to JUnit's
TestCase . |
NbTestDecorator |
NetBeans extension to JUnit's TestDecorator class.
|
NbTestSetup |
A Decorator to set up and tear down additional fixture state.
|
NbTestSuite |
NetBeans extension to JUnit's TestSuite class.
|
ParametricTestCase |
Extension to MultiTestCase class.
|
ParametricTestSuite |
Extension to MultiTestSuite class.
|
Exception | Description |
---|---|
MemoryMeasurementFailedException |
Throws when MemoryMeasurement methods are having some problem
|
Error | Description |
---|---|
AssertionFailedErrorException |
Error containing nested Exception.
|
AssertionFileFailedError |
Error thrown from assertFile file functions.
|
AssertionKnownBugError |
Error thrown in case of test failed by known bug.
|
Annotation Type | Description |
---|---|
RandomlyFails |
Indicates that this test can fail randomly.
|