tcra.exercises.stack_reasoning_private
Class StackPostPushAssertion

java.lang.Object
  extended by tcra.exercises.stack_reasoning_private.StackPostPushAssertion
All Implemented Interfaces:
Assertion

public class StackPostPushAssertion
extends java.lang.Object
implements Assertion


Constructor Summary
StackPostPushAssertion()
          Default Constructor
 
Method Summary
 boolean check(java.util.List<MathType> argVals)
          check determines whether the values entered by the user hold to this assertion.
 java.lang.String toInstanceString(java.util.List<MathType> argVals)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackPostPushAssertion

public StackPostPushAssertion()
Default Constructor

Method Detail

check

public boolean check(java.util.List<MathType> argVals)
Description copied from interface: Assertion
check determines whether the values entered by the user hold to this assertion.

Specified by:
check in interface Assertion
Parameters:
argVals - list of values for the method arguments
Returns:
true if the supplied values of the method arguments hold to the assertion false otherwise

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toInstanceString

public java.lang.String toInstanceString(java.util.List<MathType> argVals)
Specified by:
toInstanceString in interface Assertion