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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl
Class TestRunner

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.DiagRunnable
      extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.TestRunner
All Implemented Interfaces:
java.lang.Runnable

public class TestRunner
extends DiagRunnable

Implements a thread for running list of tests in serial.

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/impl/TestRunner.java /main/30 2010/10/04 13:19:59 lwong Exp $
Author:
ppradhan

Field Summary
 
Fields inherited from class oracle.apps.fnd.appltest.diagfwk.engine.DiagRunnable
mECKey
 
Constructor Summary
TestRunner(java.util.List<java.lang.String> pTestIdList, java.util.concurrent.ExecutorService pMonThreadPool, TestRun pCurrentRun, java.util.Map<java.lang.String,NameValueList> pInputs, boolean pWorkerMode, boolean pRunLocally, java.lang.String pExecMode, DiagCmdRunTests.TestDefCacheHandler handler)
           
 
Method Summary
protected  void doRun()
          Perform any task specific to the runnable thread.
 
Methods inherited from class oracle.apps.fnd.appltest.diagfwk.engine.DiagRunnable
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunner

public TestRunner(java.util.List<java.lang.String> pTestIdList,
                  java.util.concurrent.ExecutorService pMonThreadPool,
                  TestRun pCurrentRun,
                  java.util.Map<java.lang.String,NameValueList> pInputs,
                  boolean pWorkerMode,
                  boolean pRunLocally,
                  java.lang.String pExecMode,
                  DiagCmdRunTests.TestDefCacheHandler handler)
Parameters:
pTestIdList -
pMonThreadPool -
pCurrentRun -
pInputs -
pWorkerMode -
pRunLocally -
pExecMode -
handler -
Method Detail

doRun

protected void doRun()
Description copied from class: DiagRunnable
Perform any task specific to the runnable thread.

Specified by:
doRun in class DiagRunnable

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.