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

E22565-03

Uses of Package
oracle.apps.fnd.appltest.diagfwk.engine

Packages that use oracle.apps.fnd.appltest.diagfwk.engine
oracle.apps.fnd.appltest.diagfwk   
oracle.apps.fnd.appltest.diagfwk.cli   
oracle.apps.fnd.appltest.diagfwk.engine   
oracle.apps.fnd.appltest.diagfwk.engine.facade   
oracle.apps.fnd.appltest.diagfwk.engine.impl   
oracle.apps.fnd.appltest.diagfwk.engine.impl.report.plsql   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db   
oracle.apps.fnd.appltest.diagfwk.ui.backing   
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk
DiagBObj
          Base interface for all diagnostics framework related business objects.
DiagBObjList
           
Tag
          Models a tag entity
TagValue
           
TagValuePrereq
          Represents a prerequisite entity.
TestDef
          Models the test definition business object.
TestDefList
           
TestExec
          Models a single test execution
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestInputSetNV
          Models a single input name value pair that is saved as part of an input set for a test.
TestParam
          Models a test parameter.
TestRun
          Models a test run by the diagnostic engine.
TestStats
          Models the stastical metrics for a single test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.cli
DiagCmd
          Abstract base class that models a command that can be run by the diagnostics engine.
DiagCmdConstants
           
TestExec
          Models a single test execution
TestRun
          Models a test run by the diagnostic engine.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine
DiagBObj
          Base interface for all diagnostics framework related business objects.
DiagBObjList
           
DiagCmd
          Abstract base class that models a command that can be run by the diagnostics engine.
DiagCmdConstants
           
DiagCmdExtractReport
          Extracts the report(s) generated by a particular test run or execution.
DiagCmdExtractReport.ReportWrapper
          Models the output of this command.
DiagCmdGetTestExec
           
DiagCmdGetTestRun
          Command that returns the information about a test run given a run id or a run name.
DiagCmdLoadTest
          Command for registering a test definition based on certain input parameters.
DiagCmdRunTests
          Command for running one or more tests.
DiagCmdRunTests.AppArg
          Internal class representing a single "app" argument
DiagCmdRunTests.ChainedTestListSet
          Models a set of ExecTestListSet objects that have been chained to run in serial.
DiagCmdRunTests.ExecArg
          Internal class to model an argument name value pair that represents an executable entity.
DiagCmdRunTests.ModKeyArg
          Internal class representing a single "modkey" argument
DiagCmdRunTests.TagNameValueArg
          Internal class representing a single "tag:name" and value argument
DiagCmdRunTests.TestArg
          Internal class representing a single test name argument
DiagCmdRunTests.TestDefCacheHandler
          This handler caches the TestDefs used in the current Test Run.
DiagCmdRunTests.TestListSet
          Models a set of Lists of test IDs that can be kicked off in parallel with each other.
DiagCmdRunTests.TVIArg
          Internal class representing a single tag value Id argument
DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
DiagEngine
          Models the Diagnostics Engine.
DiagRunnable
          A base class for any diagnostic related runnable classes.
ExpressionEvaluator
          Models APIs for evaluating expressions supported by the diagnostics tests metadata definition.
StepExecutor
          Provides APIs required for execution of steps within a diagnostics test.
Tag
          Models a tag entity
TagList
           
TagValue
           
TagValueList
           
TagValuePrereq
          Represents a prerequisite entity.
TagValuePrereqList
           
TestDef
          Models the test definition business object.
TestDefList
           
TestExec
          Models a single test execution
TestExecList
           
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestInputSetList
           
TestInputSetNV
          Models a single input name value pair that is saved as part of an input set for a test.
TestInputSetNVList
          Models a list of test input set name value pairs.
TestMoniterable
          Models an entity that is moniterable by a monitor.
TestParam
          Models a test parameter.
TestParamList
           
TestPrereq
          Represents a prerequisite entity.
TestPrereqList
           
TestRun
          Models a test run by the diagnostic engine.
TestRun.ExecReportLinkProvider
          Provides a call back API that clients can plug-in in order to compute the link to the reports for executions in this run during report extraction.
TestRun.TestRunVisitor
          A callback interface for visiting multiple test run and/or executions.
TestRunList
           
TestStats
          Models the stastical metrics for a single test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine.facade
DiagCmdExtractReport.ReportWrapper
          Models the output of this command.
TagValue
           
TestDef
          Models the test definition business object.
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestParam
          Models a test parameter.
TestParamList
           
TestPrereq
          Represents a prerequisite entity.
TestRun
          Models a test run by the diagnostic engine.
TestRun.ExecReportLinkProvider
          Provides a call back API that clients can plug-in in order to compute the link to the reports for executions in this run during report extraction.
TestRunList
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine.impl
DiagBObj
          Base interface for all diagnostics framework related business objects.
DiagBObjList
           
DiagCmd
          Abstract base class that models a command that can be run by the diagnostics engine.
DiagCmdRunTests.TestDefCacheHandler
          This handler caches the TestDefs used in the current Test Run.
DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
DiagEngine
          Models the Diagnostics Engine.
DiagEngineFactory
          An abstract factory for creating instances of business objects corresponding to entities used by the diagnostics framework.
DiagRunnable
          A base class for any diagnostic related runnable classes.
ExpressionEvaluator
          Models APIs for evaluating expressions supported by the diagnostics tests metadata definition.
StepExecutor
          Provides APIs required for execution of steps within a diagnostics test.
Tag
          Models a tag entity
TagList
           
TagValue
           
TagValueList
           
TagValuePrereq
          Represents a prerequisite entity.
TagValuePrereqList
           
TestDef
          Models the test definition business object.
TestDefList
           
TestExec
          Models a single test execution
TestExecList
           
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestInputSetList
           
TestInputSetNV
          Models a single input name value pair that is saved as part of an input set for a test.
TestInputSetNVList
          Models a list of test input set name value pairs.
TestMoniterable
          Models an entity that is moniterable by a monitor.
TestParam
          Models a test parameter.
TestParamList
           
TestPrereq
          Represents a prerequisite entity.
TestPrereqList
           
TestRun
          Models a test run by the diagnostic engine.
TestRun.ExecReportLinkProvider
          Provides a call back API that clients can plug-in in order to compute the link to the reports for executions in this run during report extraction.
TestRun.TestRunVisitor
          A callback interface for visiting multiple test run and/or executions.
TestRunList
           
TestStats
          Models the stastical metrics for a single test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine.impl.report.plsql
DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine.provider.dao
DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
Tag
          Models a tag entity
TagValue
           
TagValueList
           
TagValuePrereqList
           
TestDef
          Models the test definition business object.
TestDefList
           
TestExec
          Models a single test execution
TestExecList
           
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestInputSetList
           
TestInputSetNVList
          Models a list of test input set name value pairs.
TestParamList
           
TestPrereqList
           
TestRun
          Models a test run by the diagnostic engine.
TestRunList
           
TestStats
          Models the stastical metrics for a single test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db
DiagBObj
          Base interface for all diagnostics framework related business objects.
DiagContextExtn
          This interface models the internal diagnostics execution context that is handed over to individual tests and test steps during their execution.
Tag
          Models a tag entity
TagValue
           
TagValueList
           
TagValuePrereqList
           
TestDef
          Models the test definition business object.
TestDefList
           
TestExec
          Models a single test execution
TestExecList
           
TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
TestInputSetList
           
TestInputSetNVList
          Models a list of test input set name value pairs.
TestParam
          Models a test parameter.
TestParamList
           
TestPrereqList
           
TestRun
          Models a test run by the diagnostic engine.
TestRunList
           
TestStats
          Models the stastical metrics for a single test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine used by oracle.apps.fnd.appltest.diagfwk.ui.backing
TestParam
          Models a test parameter.
 


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

E22565-03

Copyright © 2012 Oracle. All Rights Reserved.