FileDocCategorySizeDatePackage
ValidatorTest.javaAPI DocGlassfish v2 API3016Fri May 04 22:35:18 BST 2007com.sun.enterprise.tools.common.validation

ValidatorTest

public class ValidatorTest extends TestCase
author
Rajeshwar Patil
version
%I%, %G%

Fields Summary
Constructors Summary
public ValidatorTest(String name)

        super(name);
    
Methods Summary
public static voidmain(java.lang.String[] args)

        junit.textui.TestRunner.run(suite());
    
private voidnyi()

        fail("Not yet implemented");                                    //NOI18N
    
protected voidsetUp()
Initialize; allocate any resources needed to perform Tests.

    
public static junit.framework.Testsuite()
Define suite of all the Tests to run.

        TestSuite suite = new TestSuite(ValidatorTest.class);
        return suite;
    
protected voidtearDown()
Free all the resources initilized/allocated to perform Tests.

    
public voidtestCreate()

        nyi();