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

E22565-02

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.engine.TestExecList

Packages that use TestExecList
oracle.apps.fnd.appltest.diagfwk.engine   
oracle.apps.fnd.appltest.diagfwk.engine.impl   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db   
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.engine that return TestExecList
static TestExecList DiagEngineFactory.createTestExecList()
           
 TestExecList TestExec.getChildTestExecList()
          Gets the list of child executions for this test if any
 TestExecList TestRun.getTestExecList()
          Returns the list of associated child executions
protected abstract  TestExecList DiagEngineFactory.makeTestExecList()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine with parameters of type TestExecList
 void TestExec.setChildTestExecList(TestExecList childExecList)
          Sets the list of child executions for this test if any
 void TestRun.setTestExecList(TestExecList pTestExecList)
          Sets the test execution list for the test run
 

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

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement TestExecList
 class TestExecListImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl that return TestExecList
 TestExecList TestExecImpl.getChildTestExecList()
           
 TestExecList TestRunImpl.getTestExecList()
           
protected  TestExecList DiagEngineFactoryImpl.makeTestExecList()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl with parameters of type TestExecList
 void TestExecImpl.setChildTestExecList(TestExecList childExecList)
           
 void TestRunImpl.setTestExecList(TestExecList pTestExecList)
           
 

Uses of TestExecList in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao that return TestExecList
 TestExecList TestRunDAO.fetchExecutions(java.lang.String pRunId)
          Fetches the executions for the given test run.
 TestExecList TestRunDAO.fetchExecutions(java.lang.String pRunId, boolean bLoadReport)
          Fetches the executions for the given test run.
 TestExecList TestRunDAO.queryImmediateChildExecutions(java.lang.String pParentExecId)
          Queries the immediate test executions for the given execution ID.
 TestExecList TestRunDAO.queryImmediateExecutions(java.lang.String pRunId)
          Queries the immediate test executions for the given run ID.
 

Uses of TestExecList in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db that return TestExecList
 TestExecList OADBTestRunDAO.fetchExecutions(java.lang.String pRunId)
           
 TestExecList OADBTestRunDAO.fetchExecutions(java.lang.String pRunId, boolean bLoadReport)
           
 TestExecList OADBTestRunDAO.queryImmediateChildExecutions(java.lang.String pParentExecId)
           
 TestExecList OADBTestRunDAO.queryImmediateExecutions(java.lang.String pRunId)
           
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.