Allow checking for Exceptions thrown in assertThat()
----------------------------------------------------
Key: MYFACESTEST-28
URL: https://issues.apache.org/jira/browse/MYFACESTEST-28
Project: MyFaces Test
Issue Type: Improvement
Components: webapptest
Reporter: Jakob Korherr
Assignee: Jakob Korherr
We currently only allow checking the given return value of assertThat(), but
not checking for an Exception.
Example:
assertThat(...).willThrow(FacesException.class)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.