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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl
Class UTestTestDefImplRunSingle.DTest3LevelNesting

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.api.AbstractDiagTest
      extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.UTestTestDefImplRunSingle.DTestBaseDiagTest
          extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.UTestTestDefImplRunSingle.DTest3LevelNesting
All Implemented Interfaces:
DiagTest
Enclosing class:
UTestTestDefImplRunSingle

public static class UTestTestDefImplRunSingle.DTest3LevelNesting
extends UTestTestDefImplRunSingle.DTestBaseDiagTest


Field Summary
static java.lang.String CLNM
           
static java.lang.String XML_TEST_DEF
           
 
Constructor Summary
UTestTestDefImplRunSingle.DTest3LevelNesting()
           
 
Method Summary
protected  void cleanup()
          Performs any cleanup required.
protected  java.lang.String getMetadata()
          Returns the XML metadata for this test
protected  java.lang.String getTestName()
          Returns the test name for the diagnostic test
protected  void init()
          Performs any initialization activities prior to executing the test logic.
protected  void runTest()
          Performs the execution logic for the test.
protected  void setUp(DiagContextExtn pContext)
          Performs any required setup specific to this test prior to running of the diagnostic test
protected  void tearDown()
          Performs any required clean after running of the diagnostic test
protected  void verify(DiagContextExtn pCtx)
          Performs any verifications after running of the test to verify that it ran properly
 
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
 

Field Detail

CLNM

public static final java.lang.String CLNM

XML_TEST_DEF

public static final java.lang.String XML_TEST_DEF
Constructor Detail

UTestTestDefImplRunSingle.DTest3LevelNesting

public UTestTestDefImplRunSingle.DTest3LevelNesting()
Method Detail

init

protected void init()
Description copied from class: AbstractDiagTest
Performs any initialization activities prior to executing the test logic. Such activities may include collecting values for all input parameters for the test, validating them etc.

Specified by:
init in class AbstractDiagTest

runTest

protected void runTest()
Description copied from class: AbstractDiagTest
Performs the execution logic for the test. In addition to executing the test, this method will also update the StepReport (and optionally the TestReport) available from the DiagContext with the results collected. Finally, the method will also update the context with the result of the test.

Specified by:
runTest in class AbstractDiagTest

cleanup

protected void cleanup()
Description copied from class: AbstractDiagTest
Performs any cleanup required. This method will get invoked after the runTest() method in a finally block to ensure that the cleanup activities occur even if runTest() failed.

Specified by:
cleanup in class AbstractDiagTest

setUp

protected void setUp(DiagContextExtn pContext)
Description copied from class: UTestTestDefImplRunSingle.DTestBaseDiagTest
Performs any required setup specific to this test prior to running of the diagnostic test

Specified by:
setUp in class UTestTestDefImplRunSingle.DTestBaseDiagTest

verify

protected void verify(DiagContextExtn pCtx)
Description copied from class: UTestTestDefImplRunSingle.DTestBaseDiagTest
Performs any verifications after running of the test to verify that it ran properly

Specified by:
verify in class UTestTestDefImplRunSingle.DTestBaseDiagTest

tearDown

protected void tearDown()
Description copied from class: UTestTestDefImplRunSingle.DTestBaseDiagTest
Performs any required clean after running of the diagnostic test

Specified by:
tearDown in class UTestTestDefImplRunSingle.DTestBaseDiagTest

getMetadata

protected java.lang.String getMetadata()
Description copied from class: UTestTestDefImplRunSingle.DTestBaseDiagTest
Returns the XML metadata for this test

Specified by:
getMetadata in class UTestTestDefImplRunSingle.DTestBaseDiagTest
Returns:
the XML metadata for this test.

getTestName

protected java.lang.String getTestName()
Description copied from class: UTestTestDefImplRunSingle.DTestBaseDiagTest
Returns the test name for the diagnostic test

Specified by:
getTestName in class UTestTestDefImplRunSingle.DTestBaseDiagTest
Returns:
the test name for the diagnostic test

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.