|
org.netbeans.modules.nbjunit/1 1.61 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| NB JUnit | |
|---|---|
| org.netbeans.junit | |
| org.netbeans.junit.diff | |
Module contains NetBeans extension to JUnit. It is a library used in XTest and library wrapper module.
Do you need to fail the test when some wrong message or exception is logged? Easy now with Configuration.failOnMessage(Level.WARNING) and Configuration.failOnException(Level.INFO).
One can decide to not enable autoload modules by calling Configuration.honorAutoEager(true).
One can decide to not include modules on classpath in the test by calling Configuration.enableClasspathModules(false).
It is now possible to easily enable modules in one cluster due to Configuration.enableModules method.
Semantics of Configuration.clusters method has been extended. It can now be called multiple times to accumulate the results.
Tests typically extends NbTestCase.
|
The sources for the module are in the NetBeans Mercurial repositories.
Nothing.
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.nbjunit/1 1.61 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||