Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.test.sample
Class SampleAppGeneralSetupTest

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.api.AbstractDiagTest
      extended by oracle.apps.fnd.appltest.diagfwk.test.sample.SampleAppGeneralSetupTest
All Implemented Interfaces:
DiagTest

public class SampleAppGeneralSetupTest
extends AbstractDiagTest

Sample test that collects general Fusion Application setup data. It: 1. Goes through the Application Taxonomy service and its public EO/VO to do some data collection and create a report. 2. Accesses the DB to print contents from FND_LANGUAGES which carries information on which languages are deployed on the DB 3. Accesses the DB to print contents from FND_DEPLOYMENTS which specifies which applications are deployed where


Constructor Summary
SampleAppGeneralSetupTest()
           
 
Method Summary
protected  void cleanup()
          Upon test completion, clean up the Taxonomy AM and close DB connection
protected  void init()
          Creates Taxonomy Application Module with the given name.
protected  void runTest()
          Test Body: print languages, then deployments, then taxonomy information
 
Methods inherited from class oracle.apps.fnd.appltest.diagfwk.api.AbstractDiagTest
addOutputParam, addOutputParam, addOutputParam, addOutputParam, addOutputParam, addOutputParam, addOutputParam, createApplicationModule, createApplicationModule, getBooleanInputParam, getBundleClassLoader, getContext, getDateInputParam, getDoubleInputParam, getFloatInputParam, getIntegerInputParam, getLongInputParam, getStringInputParam, releaseApplicationModule, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleAppGeneralSetupTest

public SampleAppGeneralSetupTest()
Method Detail

init

protected void init()
Creates Taxonomy Application Module with the given name. Set up a Database connection

Specified by:
init in class AbstractDiagTest

runTest

protected void runTest()
Test Body: print languages, then deployments, then taxonomy information

Specified by:
runTest in class AbstractDiagTest

cleanup

protected void cleanup()
Upon test completion, clean up the Taxonomy AM and close DB connection

Specified by:
cleanup in class AbstractDiagTest

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.