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.api.report.Section

Packages that use Section
oracle.apps.fnd.appltest.diagfwk   
oracle.apps.fnd.appltest.diagfwk.api.report Provides APIs that test authors can use when creating the test report during the execution of the test. 
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
 

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

Methods in oracle.apps.fnd.appltest.diagfwk that return Section
protected static Section TestBaseDiagfwk.makeSection(java.lang.String pSectionId)
           
 

Uses of Section in oracle.apps.fnd.appltest.diagfwk.api.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return Section
static Section ReportElementFactory.createSection()
          Creates a new Section
static Section ReportElementFactory.createSection(DescriptiveHeader pHeader)
          Creates a new Section with the given header
static Section ReportElementFactory.createSection(java.lang.String pSectionNlsKey, java.lang.String pSectionDefault)
          Creates a new Section with the given parameters
static Section ReportElementFactory.createSection(java.lang.String pSectionNlsKey, java.lang.String pSectionDefault, java.lang.String[][] pSectionTokens)
          Creates a new Section with the given parameters
static Section ReportElementFactory.createSection(java.lang.String pSectionNlsKey, java.lang.String pSectionDefault, java.lang.String[][] pSectionTokens, java.lang.String pDescrNlsKey, java.lang.String pDescrDefault, java.lang.String[][] pDescrTokens)
          Creates a new Section with the given parameters
static Section ReportElementFactory.createSection(java.lang.String pSectionNlsKey, java.lang.String pSectionDefault, java.lang.String pDescrNlsKey, java.lang.String pDescrDefault)
          Creates a new Section with the given parameters
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return types with arguments of type Section
 java.util.List<Section> StepReport.getSections()
          Gets the list of sections in this report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type Section
 void Section.addSection(Section pSection)
          Adds another section to this section
 void StepReport.addSection(Section pSection)
          Adds a section to this step's report.
 

Uses of Section in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 

Subinterfaces of Section in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface SectionExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement Section
 class SectionExtnImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return Section
static Section ReportExtnFactory.createSection(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionHeader, oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionDesc)
          Creates a section with the given header and description
protected static Section UTestTestReportGetSetTests.makePopulatedSection(java.lang.String pId)
          Makes a Section with one of each kind of different possible contents populated
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return types with arguments of type Section
 java.util.List<Section> StepReportExtnImpl.getSections()
          Gets the list of sections in this report
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Section
 void TestReportExtn.addSection(Section pSection)
          Adds the given section to the end of this report i.e.
 void StepReportExtnImpl.addSection(Section pSection)
          Adds a section to this step's report.
 void TestReportExtnImpl.addSection(Section pSection)
          Adds the given section to the end of this report i.e.
 void SectionExtnImpl.addSection(Section pSection)
          Adds another section to this section
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Section pExpected, Section pTest)
           
 DiagConstants.Status StepReportExtnImpl.computeSectionStatus(Section pSection)
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.