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

E22565-06

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

Packages that use TestDef
oracle.apps.fnd.appltest.diagfwk   
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.provider.dao   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db   
 

Uses of TestDef in oracle.apps.fnd.appltest.diagfwk
 

Methods in oracle.apps.fnd.appltest.diagfwk with parameters of type TestDef
protected static void TestBaseDiagfwk.assertEqualsBobj(java.lang.String pMsg, TestDef pExpected, TestDef pActual)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.engine that return TestDef
static TestDef DiagEngineFactory.createTestDef()
           
 TestDef TestDefList.getByName(java.lang.String pTestName)
          Returns a test definition object with the given name from the list.
 TestDef DiagCmdRunTests.TestDefCacheHandler.getTestDef(java.lang.String key, boolean isId)
           
protected abstract  TestDef DiagEngineFactory.makeTestDef()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine that return types with arguments of type TestDef
 java.util.Map<java.lang.String,TestDef> DiagCmdRunTests.TestDefCacheHandler.getTestDefMap()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine with parameters of type TestDef
 void TestDef.copy(TestDef pObj)
          Copies the contents of the given object into this object
 void TestDef.copyAndPopulate(TestDef pObj)
          Copies the contents of the given object into this object After copying the TestDef attribtues, the JAXB Tree is populated based on the test metadata.
 

Uses of TestDef in oracle.apps.fnd.appltest.diagfwk.engine.facade
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade that return TestDef
 TestDef TestDefFacade.querySummary(java.lang.String pTestName)
          Queries the summary attributes for a diagnostic test given the test name such as display name, description, usage, sensitivity etc.
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade that return types with arguments of type TestDef
 java.util.List<TestDef> TestDefFacade.registerXMLTests(java.util.List<java.lang.String> pXMLFilePaths)
          This API registers the given list of XML test files into the Diagnostics Repository in the Applications Database.
 

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

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement TestDef
 class TestDefImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl that return TestDef
 TestDef TestDefListImpl.elemInstance()
           
 TestDef TestDefListImpl.getByName(java.lang.String pTestName)
           
protected  TestDef DiagEngineFactoryImpl.makeTestDef()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl with parameters of type TestDef
 void TestDefImpl.copy(TestDef pObj)
           
 void TestDefImpl.copyAndPopulate(TestDef pObj)
           
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.engine.impl with type arguments of type TestDef
protected  void TestDefImpl.checkDependencyCycles(java.util.List<oracle.apps.fnd.appltest.diagfwk.engine.impl.TestDefImpl.DepNode> pAncestorTests, java.util.List<oracle.apps.fnd.appltest.diagfwk.engine.impl.TestDefImpl.DepNode> pAncestorTagValues, java.util.Hashtable<java.lang.String,TestDef> pFetched, java.util.Hashtable<java.lang.String,oracle.apps.fnd.appltest.diagfwk.engine.impl.TestDefImpl.DepNode> pCheckedNodes)
          Checks for cyclic dependency that this test's relations could cause based on the specified ancestors.
protected  void TestDefImpl.checkNestedTestRefStepDefs(TestDefList pAncestors, java.util.Hashtable<java.lang.String,TestDef> pValidated, java.util.Hashtable<java.lang.String,TestDef> pFetched)
          Validates the nested test references if any
protected  void TestDefImpl.checkNestedTestRefStepDefs(TestDefList pAncestors, java.util.Hashtable<java.lang.String,TestDef> pValidated, java.util.Hashtable<java.lang.String,TestDef> pFetched)
          Validates the nested test references if any
protected  void TestDefImpl.validatePreRun(TestDefList pAncestors, java.util.Hashtable<java.lang.String,TestDef> pValidated, java.util.Hashtable<java.lang.String,TestDef> pFetched, boolean checkDepCycles)
          Performs validation prior to running
protected  void TestDefImpl.validatePreRun(TestDefList pAncestors, java.util.Hashtable<java.lang.String,TestDef> pValidated, java.util.Hashtable<java.lang.String,TestDef> pFetched, boolean checkDepCycles)
          Performs validation prior to running
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao that return TestDef
 TestDef[] TestDefDAO.queryAllTests()
           
 TestDef TestDefDAO.queryTestDefById(java.lang.String id)
           
 TestDef TestDefDAO.queryTestDefByName(java.lang.String name)
           
 TestDef TestDefDAO.queryTestDefSummaryById(java.lang.String pId)
          Fetches the summary information only for the given test id
 TestDef TestDefDAO.queryTestDefSummaryByName(java.lang.String pTestName)
          Fetches the summary information only for the given test name
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao with parameters of type TestDef
 boolean TestDefDAO.delete(TestDef pObj)
          Removes the given test definition object from the test repository.
 void TestDefDAO.save(TestDef pObj)
          Saves the given test definition object to the test repository.
 void TestDefDAO.save(TestDef pObj, java.util.List<TagValue> pAutoSaveTagValues)
          Saves the given test definition object to the test repository.
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db that return TestDef
 TestDef[] OADBTestDefDAO.queryAllTests()
           
 TestDef OADBTestDefDAO.queryTestDefById(java.lang.String pId)
           
 TestDef OADBTestDefDAO.queryTestDefByName(java.lang.String pName)
           
 TestDef OADBTestDefDAO.queryTestDefSummaryById(java.lang.String pId)
           
 TestDef OADBTestDefDAO.queryTestDefSummaryByName(java.lang.String pTestName)
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db with parameters of type TestDef
 boolean OADBTestDefDAO.delete(TestDef pObj)
           
protected  void OADBTestDefDAO.save(java.sql.Connection pCon, TestDef pObj)
           
 void OADBTestDefDAO.save(TestDef pObj)
           
 void OADBTestDefDAO.save(TestDef pObj, java.util.List<TagValue> pAutoSaveTagValues)
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.