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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Class DiagCmdRunTests.ChainedTestListSet

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.DiagCmdRunTests.ChainedTestListSet
All Implemented Interfaces:
java.util.Enumeration<DiagCmdRunTests.TestListSet>
Enclosing class:
DiagCmdRunTests

public static class DiagCmdRunTests.ChainedTestListSet
extends java.lang.Object
implements java.util.Enumeration<DiagCmdRunTests.TestListSet>

Models a set of ExecTestListSet objects that have been chained to run in serial.


Constructor Summary
DiagCmdRunTests.ChainedTestListSet()
           
 
Method Summary
 void add(DiagCmdRunTests.TestListSet pSet)
          Adds the given TestListSet as an element of the chained list
 void addList(java.util.List<java.lang.String> pTestIdList)
          Adds a single list as an element of the chained test set
 java.util.List<DiagCmdRunTests.TestListSet> getList()
           
 boolean hasMoreElements()
           
 DiagCmdRunTests.TestListSet nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagCmdRunTests.ChainedTestListSet

public DiagCmdRunTests.ChainedTestListSet()
Method Detail

getList

public java.util.List<DiagCmdRunTests.TestListSet> getList()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration<DiagCmdRunTests.TestListSet>

nextElement

public DiagCmdRunTests.TestListSet nextElement()
Specified by:
nextElement in interface java.util.Enumeration<DiagCmdRunTests.TestListSet>

addList

public void addList(java.util.List<java.lang.String> pTestIdList)
Adds a single list as an element of the chained test set

Parameters:
pTestIdList -

add

public void add(DiagCmdRunTests.TestListSet pSet)
Adds the given TestListSet as an element of the chained list


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.