FileDocCategorySizeDatePackage
ApplicationTest.javaAPI DocGlassfish v2 API3595Fri May 04 22:33:28 BST 2007com.sun.enterprise.tools.verifier.tests.app

ApplicationTest

public abstract class ApplicationTest extends com.sun.enterprise.tools.verifier.tests.VerifierTest implements AppCheck, com.sun.enterprise.tools.verifier.tests.VerifierCheck
Superclass for all application tests, contains common services.
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.tools.verifier.Resultcheck(com.sun.enterprise.deployment.Descriptor descriptor)

run an individual test against the deployment descriptor for the archive the verifier is performing compliance tests against.

paramm
descriptor deployment descriptor for the archive
return
result object containing the result of the individual test performed

        return check((Application) descriptor);
    
public abstract com.sun.enterprise.tools.verifier.Resultcheck(com.sun.enterprise.deployment.Application descriptor)

all connector tests should implement this method. it run an individual test against the resource adapter deployment descriptor.

paramm
descriptor deployment descriptor for the archive file
return
result object containing the result of the individual test performed

protected java.lang.StringgetAbstractArchiveUri(com.sun.enterprise.deployment.Application desc)


     String archBase = getVerifierContext().getAbstractArchive().
                       getArchiveUri();
     return archBase;