| org.netbeans.junit.NbTestDecorator org.netbeans.junit.NbTestSetup
NbTestSetup | public class NbTestSetup extends NbTestDecorator (Code) | | A Decorator to set up and tear down additional fixture state.
Subclass TestSetup and insert it into your tests when you want
to set up additional state once before the tests are run.
|
Method Summary | |
public void | run(TestResult result) | protected void | setUp() Sets up the fixture. | protected void | tearDown() Tears down the fixture. |
NbTestSetup | public NbTestSetup(Test test)(Code) | | |
run | public void run(TestResult result)(Code) | | |
setUp | protected void setUp() throws Exception(Code) | | Sets up the fixture. Override to set up additional fixture
state.
|
tearDown | protected void tearDown() throws Exception(Code) | | Tears down the fixture. Override to tear down the additional
fixture state.
|
Methods inherited from org.netbeans.junit.NbTestDecorator | public static void assertFile(String message, String test, String pass, String diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String test, String pass, String diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String message, String test, String pass, String diff)(Code)(Java Doc) public static void assertFile(String test, String pass, String diff)(Code)(Java Doc) public static void assertFile(String test, String pass)(Code)(Java Doc) public static void assertFile(String message, File test, File pass, File diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(File test, File pass, File diff, Diff externalDiff)(Code)(Java Doc) public static void assertFile(String message, File test, File pass, File diff)(Code)(Java Doc) public static void assertFile(File test, File pass, File diff)(Code)(Java Doc) public static void assertFile(File test, File pass)(Code)(Java Doc) public boolean canRun()(Code)(Java Doc) public String getExpectedFail()(Code)(Java Doc) public void setFilter(Filter filter)(Code)(Java Doc)
|
|
|