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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine
Interface StepExecutor

All Known Implementing Classes:
StepExecutorBase, StepExecutorJava, StepExecutorPLSQL, StepExecutorTestRef

public interface StepExecutor

Provides APIs required for execution of steps within a diagnostics test.

Since:
release specific (what release of product did this appear in)
Version:
$Header: StepExecutor.java 04-nov-2007.15:40:14 ppradhan Exp $
Author:
ppradhan

Method Summary
 void execute(TestStepType pStep, DiagContextExtn pContext)
          Executes the given step within the given execution context.
 

Method Detail

execute

void execute(TestStepType pStep,
             DiagContextExtn pContext)
Executes the given step within the given execution context.

Parameters:
pStep - the diagnostics test step to be executed
pContext - context for the execution.

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.