roast
Class AbstractTuple

java.lang.Object
  |
  +--roast.AbstractTuple

public abstract class AbstractTuple
extends java.lang.Object

An abstract representation of a test case passed between Roast unit operations. Each tuple element is taken from a domain: a set of elements, often ordered, of the same type. The tester extends AbstractTuple to add the necessary tuple elements.

See Also:
Roast

Field Summary
 long tupleNumber
          Stores the unique tuple number automatically assigned to each tuple.
 
Constructor Summary
AbstractTuple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tupleNumber

public long tupleNumber
Stores the unique tuple number automatically assigned to each tuple.
Constructor Detail

AbstractTuple

public AbstractTuple()