public interface Assert
Modifier and Type | Method and Description |
---|---|
void |
assertThat(Object actual,
Expression expression)
Assert method that asserts that the object passed in the actual parameter
passes the constraint passed in the expected parameter.
|
void assertThat(Object actual, Expression expression)
actual
- The actual object that is checked against the expected constraint.expression
- The constraint that actual is expected to passCopyright © 2005-2013 Agical AB. All Rights Reserved.