Class MessageAssertion
java.lang.Object
org.carrot2.labs.test.MessageAssertion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAs.isEquivalentTo(Message expected) Asserts that the current message is equivalent to the provided expected message.
-
Constructor Details
-
MessageAssertion
-
-
Method Details
-
isEquivalentTo
Asserts that the current message is equivalent to the provided expected message.- Parameters:
expected- the expected- Returns:
- the message assertion
-
as
As.- Parameters:
description- the description- Returns:
- the message assertion
-