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

E22565-06

oracle.apps.fnd.appltest.diagfwk.api
Interface DiagTest

All Known Implementing Classes:
AbstractDiagTest, QA_JavaAPI_TestSuite.DTestGenericStep, SampleAppGeneralSetupTest, SampleCheckSetupGL, SampleCurrentUserInfoTest, SampleGLJournalDataCollector, SampleProfileTest, SampleTables, SampleTest, SampleTestAnn, SampleTestApplicationAM, SampleTestMsgSvc, SampleTestParameters, SampleTestReportFormat, SampleTestStep, SampleTestStepDiagErrorOrWarning, SampleTestStepSleep, SampleTestSysPropChecker, SampleTestWithExecError, SampleTestWithLinks, SampleTestWithLOVAndValidator, UTestAbstractDiagTest.ATest, UTestAnnotationConverter.SampleTest, UTestAnnotationConverterExceptions.InputParam_displayNameEx, UTestAnnotationConverterExceptions.InputParam_nameEx, UTestAnnotationConverterExceptions.OutputParam_displayNameEx, UTestAnnotationConverterExceptions.OutputParam_nameEx, UTestAnnotationConverterExceptions.Prereqs_valueEx, UTestAnnotationConverterExceptions.Tag_nameEx, UTestAnnotationConverterExceptions.Tag_valueEx, UTestAnnotationConverterExceptions.TargetJavaClasses_valueEx, UTestAnnotationConverterExceptions.TargetPLSQLPkg_nameEx, UTestAnnotationConverterExceptions.TargetPLSQLPkg_typeEx, UTestAnnotationConverterExceptions.TaxonomyTags_badModuleKeyEx, UTestAnnotationConverterExceptions.TaxonomyTags_moduleIDEx, UTestAnnotationConverterExceptions.TaxonomyTags_moduleKeyEx, UTestAnnotationConverterExceptions.TestDef_descriptionEx, UTestAnnotationConverterExceptions.TestDef_displayNameEx, UTestAnnotationConverterExceptions.TestDef_missingEx, UTestDiagCmdGetTestRun.DTestNoNLSKey, UTestDiagCmdRunTests.DTestGenericStep, UTestDiagnosticsTestFramework.DTestGenericStep, UTestDiagPLSQLStepTests.SimpleJavaPiperTest, UTestOADBTestDefDAOFetchPrereqs.DTestGenericStep, UTestRegisterVerb.SampleTest_UTestRegisterVerb_NoDep, UTestRegisterVerb.SampleTest_UTestRegisterVerb_NoDep_W_Usage, UTestReportURLProvider.DTestGenericStep, UTestReportVerb.TestStepLinks, UTestReportVerb.TestStepNLS, UTestStatusVerb.TestStepExecErr, UTestTestDefFacade.DTestWriteInputValuesToFileStep, UTestTestDefImplRunSingle.DTest3LevelNesting, UTestTestDefImplRunSingle.DTest3LevelNesting_Step2, UTestTestDefImplRunSingle.DTest3LevelNesting_Step2_Step3, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr_Step2, UTestTestDefImplRunSingle.DTest3LevelNestingExecErr_Step2_Step3, UTestTestDefImplRunSingle.DTestBaseDiagTest, UTestTestDefImplRunSingle.DTestMultiJavaStepsNoParams, UTestTestDefImplRunSingle.DTestMultiJavaStepsNoParams_Step2, UTestTestDefImplRunSingle.DTestMultiJavaStepsWithParams, UTestTestDefImplRunSingle.DTestMultiJavaStepsWithParams_Step2, UTestTestDefImplRunSingle.DTestMultiMixedStepsNoParams, UTestTestDefImplRunSingle.DTestMultiMixedStepsNoParams_Step2, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParams, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParams_Step2, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParamsBindings, UTestTestDefImplRunSingle.DTestMultiMixedStepsWithParamsBindings_Step2, UTestTestDefImplRunSingle.DTestSingleStepCustMonInterval, UTestTestDefImplRunSingle.DTestSingleStepCustMonIntervalInv, UTestTestDefImplRunSingle.DTestSingleStepNoParams, UTestTestDefImplRunSingle.DTestSingleStepReqdOutputNotSet, UTestTestDefImplRunSingle.DTestSingleStepWInputAndOutputParams, UTestTestDefImplRunSingle.DTestSingleStepWInputAndOutputSecretParams, UTestTestDefImplRunSingle.DTestSingleStepWInputParams

public interface DiagTest

Represents a diagnostic test.

The diagnostic engine delegates to the runTest() method for execution of a diagnostic test.


Method Summary
 void runTest(DiagContext pContext)
          Executes the logic for the diagnostic test.
 

Method Detail

runTest

void runTest(DiagContext pContext)
Executes the logic for the diagnostic test.

Parameters:
pContext - execution context for the test.

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.