NbJUnit
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
[[NetBeans]] project's own extension to [[JUnit]]. Separate library with additional support for memory leak tests, deadlock tests, extended use of logging, etc. More info and motivation can be found at [http://openide.netbeans.org/tutorial/test-patterns.html Test Patterns in Java] document. | [[NetBeans]] project's own extension to [[JUnit]]. Separate library with additional support for memory leak tests, deadlock tests, extended use of logging, etc. More info and motivation can be found at [http://openide.netbeans.org/tutorial/test-patterns.html Test Patterns in Java] document. | ||
+ | |||
+ | [[Category:Tools]] |
Current revision
NetBeans project's own extension to JUnit. Separate library with additional support for memory leak tests, deadlock tests, extended use of logging, etc. More info and motivation can be found at Test Patterns in Java document.