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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine
Interface TestRun.TestRunVisitor

Enclosing interface:
TestRun

public static interface TestRun.TestRunVisitor

A callback interface for visiting multiple test run and/or executions.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/TestRun.java /main/17 2009/03/10 13:20:57 lwong Exp $
Author:
ppradhan

Method Summary
 void visit(TestExec pExec)
          This method is called by the callback provider everytime it encounters a TestExec object during its traversal.
 void visit(TestRun pRun)
          This method is called by the callback provider everytime it encounters a TestRun object during its traversal.
 

Method Detail

visit

void visit(TestExec pExec)
This method is called by the callback provider everytime it encounters a TestExec object during its traversal. Callback implementors can implement this method to perform their specific processing on the given TestExec object.

Parameters:
pExec - the TestExec instance currently being visited.

visit

void visit(TestRun pRun)
This method is called by the callback provider everytime it encounters a TestRun object during its traversal. Callback implementors can implement this method to perform their specific processing on the given TestRun object.

Parameters:
pRun - the TestRun instance currently being visited.

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.