roast
Class CheckUnitOp

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

public abstract class CheckUnitOp
extends java.lang.Object

Checks that a test case executed as expected.

See Also:
Roast

Constructor Summary
CheckUnitOp()
           
 
Method Summary
abstract  void checkTuple(AbstractTuple tuple)
          Calls CUT methods to verify that the test case, represented by tuple, executed successfully.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckUnitOp

public CheckUnitOp()
Method Detail

checkTuple

public abstract void checkTuple(AbstractTuple tuple)
Calls CUT methods to verify that the test case, represented by tuple, executed successfully.
Parameters:
tuple - an abstract representation of the test case to be checked