com.agical.rmock.core
Interface Assert

All Known Implementing Classes:
Engine

public interface Assert

An interface for doing AssertThat asserts.

(c) 2005 Agical AB

Author:
joakim.ohlrogge

Method Summary
 void assertThat(java.lang.Object actual, Expression expression)
          Assert method that asserts that the object passed in the actual parameter passes the constraint passed in the expected parameter.
 

Method Detail

assertThat

void assertThat(java.lang.Object actual,
                Expression expression)
Assert method that asserts that the object passed in the actual parameter passes the constraint passed in the expected parameter.

Parameters:
actual - The actual object that is checked against the expected constraint.
expression - The constraint that actual is expected to pass


Copyright © 2005-2008 Agical AB. All Rights Reserved.