tcra.exercises.queue_reasoning_private
Class QueuePostEnqueueAssertion

java.lang.Object
  extended by tcra.exercises.queue_reasoning_private.QueuePostEnqueueAssertion
All Implemented Interfaces:
Assertion

public class QueuePostEnqueueAssertion
extends java.lang.Object
implements Assertion


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

Constructor Detail

QueuePostEnqueueAssertion

public QueuePostEnqueueAssertion()
Method Detail

check

public boolean check(java.util.List<MathType> states)
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:
states - 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> states)
Specified by:
toInstanceString in interface Assertion