See: Description
| Package | Description |
|---|---|
| org.netbeans.junit | |
| org.netbeans.junit.diff |
Module contains NetBeans extension to JUnit. It provides classes and methods which allow one to verify performance, memory consumption, file output and other aspects of the IDE or applications built on the NetBeans Platform.
System.getProperty("branding.token") recognized and influences branding used during the test.
Now there is a way to disable not explicitly enabled modules.
You may now call suite() directly on a Configuration object.
NbTestCase.logRoot to collect messages from just some code
Overridable method to avoid excessive logging of uninteresting components.
NbModuleSuite.Configuration now has a
addStartupArgument
method which allows one to append one or more command line
arguments which will be used to start the application.
Arguments which must be passed directly to the JVM should
still be specified in the test.run.args property.
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.
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.