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

E22565-02

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.api.DiagContext

Packages that use DiagContext
oracle.apps.fnd.appltest.diagfwk.api Provides the core interfaces that the test authors would depend on when creating Java diagnostic tests. 
oracle.apps.fnd.appltest.diagfwk.engine   
oracle.apps.fnd.appltest.diagfwk.engine.impl   
oracle.apps.fnd.appltest.diagfwk.test.sample Provides sample Java tests. 
 

Uses of DiagContext in oracle.apps.fnd.appltest.diagfwk.api
 

Methods in oracle.apps.fnd.appltest.diagfwk.api that return DiagContext
protected  DiagContext AbstractDiagTest.getContext()
          Returns the current execution context.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api with parameters of type DiagContext
 void AbstractDiagTest.runTest(DiagContext pContext)
          Executes the logic for the diagnostic test.
 void DiagTest.runTest(DiagContext pContext)
          Executes the logic for the diagnostic test.
 

Uses of DiagContext in oracle.apps.fnd.appltest.diagfwk.engine
 

Subinterfaces of DiagContext in oracle.apps.fnd.appltest.diagfwk.engine
 interface DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
 

Uses of DiagContext in oracle.apps.fnd.appltest.diagfwk.engine.impl
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement DiagContext
 class DiagContextExtnImpl
          A context hashtable to hold input parameters, output parameters or any other context specific information required during the execution of the test.
 

Uses of DiagContext in oracle.apps.fnd.appltest.diagfwk.test.sample
 

Methods in oracle.apps.fnd.appltest.diagfwk.test.sample with parameters of type DiagContext
static void SampleTestUtil.writeInputsToFile(DiagContext pCtx, java.util.List<java.lang.String> pParamNames, java.io.FileWriter pFw)
          Writes the inputs in the context to the given file writer.
static void SampleTestUtil.writeInputsToFile(DiagContext pCtx, java.util.List<java.lang.String> pParamNames, java.lang.String pOFilePath)
          Writes the values of the given input parameters to the specified file.
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.