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.report.FixInfo

Packages that use FixInfo
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   
oracle.apps.fnd.appltest.diagfwk.test.sample Provides sample Java tests. 
 

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

Methods in oracle.apps.fnd.appltest.diagfwk that return FixInfo
protected static FixInfo TestBaseDiagfwk.makeFixInfo(java.lang.String pId, int pNumMsg)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return FixInfo
static FixInfo ReportElementFactory.createFixInfo()
          Creates a new instance of FixInfo
static FixInfo ReportElementFactory.createFixInfo(Message pFixMsg)
          Creates a new instance of a FixInfo object
 FixInfo ErrorInfo.getFixInfo()
          Gets the fix information for this error
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type FixInfo
static ErrorInfo ReportElementFactory.createErrorInfo(ErrorInfo.Severity pSeverity, Message pErrMsg, FixInfo pFixInfo)
          Creates a new instance of an ErrorInfo object with the specified attribuets
 void ErrorInfo.setFixInfo(FixInfo pFixInfo)
          Sets a fix information for the error
 

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

Subinterfaces of FixInfo in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface FixInfoExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement FixInfo
 class FixInfoExtnImpl
          Maintains a JAXB FixInfoType object
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return FixInfo
static FixInfo ReportExtnFactory.createGenericFixInfoForExecErr()
          Creates a FixInfo object with the default message for any unexpected execution errors.
 FixInfo ErrorInfoExtnImpl.getFixInfo()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type FixInfo
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, FixInfo pExpected, FixInfo pTest)
           
 void ErrorInfoExtnImpl.setFixInfo(FixInfo pFixInfo)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.test.sample that return FixInfo
protected static FixInfo SampleTestReportFormat.makeFixInfo(java.lang.String pId, int pNumMsg)
           
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.