this.frameworkContext = frameworkContext;
Check application for spec. conformanceparamdescriptor Application descriptor // run persistence tests first. checkPersistenceUnits(Application.class.cast(descriptor)); if (frameworkContext.isPartition() && !frameworkContext.isApp()) return; // all tests for embedding application super.check(descriptor);
// run persistence tests first. checkPersistenceUnits(Application.class.cast(descriptor)); if (frameworkContext.isPartition() && !frameworkContext.isApp()) return; // all tests for embedding application super.check(descriptor);
paramdescriptorreturnthe name of the archive return ((Application) descriptor).getName();
return ((Application) descriptor).getName();
return new ComponentNameConstructor((Application)descriptor);
paramdescriptorreturnversion of spec the archive corresponds to. return ((RootDeploymentDescriptor) descriptor).getSpecVersion();
return ((RootDeploymentDescriptor) descriptor).getSpecVersion();
return the configuration file name for the list of tests pertinent to the application scope (SunONE)returnString filename containing the list of tests return sunONETestsListFileName;
String
return sunONETestsListFileName;
return the configuration file name for the list of tests pertinent to the web app space (jsp and servlet)returnString filename containing the list of tests return testsListFileName;
return testsListFileName;
Sets the module name in Result object.paramr result object r.setModuleName(Result.APP);
r.setModuleName(Result.APP);