Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

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

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.api.AbstractDiagTest
      extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.UTestTestDefImplRunSingle.DTestBaseDiagTest
All Implemented Interfaces:
DiagTest
Direct Known Subclasses:
UTestTestDefImplRunSingle.DTest3LevelNesting, UTestTestDefImplRunSingle.DTest3LevelNesting_Step2, UTestTestDefImplRunSingle.DTest3LevelNesting_Step2_Step3, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr_Step2, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr_Step2_Step3, UTestTestDefImplRunSingle.DTestMultiJavaStepsNoParams, UTestTestDefImplRunSingle.DTestMultiJavaStepsWithParams, UTestTestDefImplRunSingle.DTestMultiMixedStepsNoParams, UTestTestDefImplRunSingle.DTestMultiMixedStepsNoParams_Step2, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParams, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParams_Step2, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParamsBindings, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParamsBindings_Step2, UTestTestDefImplRunSingle.DTestSingleStepCustMonInterval, UTestTestDefImplRunSingle.DTestSingleStepCustMonIntervalInv, UTestTestDefImplRunSingle.DTestSingleStepNoParams, UTestTestDefImplRunSingle.DTestSingleStepReqdOutputNotSet, UTestTestDefImplRunSingle.DTestSingleStepWInputAndOutputParams, UTestTestDefImplRunSingle.DTestSingleStepWInputAndOutputSecretParams, UTestTestDefImplRunSingle.DTestSingleStepWInputParams
Enclosing class:
UTestTestDefImplRunSingle

public abstract static class UTestTestDefImplRunSingle.DTestBaseDiagTest
extends AbstractDiagTest

Base class for all the TEST Diagnostic test classes to extend from


Constructor Summary
UTestTestDefImplRunSingle.DTestBaseDiagTest()
           
 
Method Summary
protected abstract  java.lang.String getMetadata()
          Returns the XML metadata for this test
protected abstract  java.lang.String getTestName()
          Returns the test name for the diagnostic test
protected abstract  void setUp(DiagContextExtn pContext)
          Performs any required setup specific to this test prior to running of the diagnostic test
protected abstract  void tearDown()
          Performs any required clean after running of the diagnostic test
protected abstract  void verify(DiagContextExtn pContext)
          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, cleanup, createApplicationModule, createApplicationModule, getBooleanInputParam, getBundleClassLoader, getContext, getDateInputParam, getDoubleInputParam, getFloatInputParam, getIntegerInputParam, getLongInputParam, getStringInputParam, init, releaseApplicationModule, runTest, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTestTestDefImplRunSingle.DTestBaseDiagTest

public UTestTestDefImplRunSingle.DTestBaseDiagTest()
Method Detail

setUp

protected abstract void setUp(DiagContextExtn pContext)
Performs any required setup specific to this test prior to running of the diagnostic test


verify

protected abstract void verify(DiagContextExtn pContext)
Performs any verifications after running of the test to verify that it ran properly


tearDown

protected abstract void tearDown()
Performs any required clean after running of the diagnostic test


getMetadata

protected abstract java.lang.String getMetadata()
Returns the XML metadata for this test

Returns:
the XML metadata for this test.

getTestName

protected abstract java.lang.String getTestName()
Returns the test name for the diagnostic test

Returns:
the test name for the diagnostic test

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.