Methods Summary |
---|
public static void | main(java.lang.String[] args)
junit.textui.TestRunner.run(suite());
|
private void | nyi()
fail("Not yet implemented"); //NOI18N
|
protected void | setUp()Initialize; allocate any resources needed to perform Tests.
|
public static junit.framework.Test | suite()Define suite of all the Tests to run.
TestSuite suite = new TestSuite(ValidationManagerTest.class);
return suite;
|
protected void | tearDown()Free all the resources initilized/allocated to perform Tests.
|
public void | testCreate()
nyi();
|