[
https://issues.apache.org/jira/browse/WICKET-6397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054666#comment-16054666
]
ASF subversion and git services commented on WICKET-6397:
---------------------------------------------------------
Commit b310601e79c863570dd6d4196a5c7c2aa13d7cf7 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=b310601 ]
WICKET-6397 WicketTester should take resulting HTTP status into account
Add a sentence that WicketTester#getLastResponse() should be used to get any
information in the HTTP response.
(cherry picked from commit 371d61362db84e89634b12e4e8db2aa56ad2ccae)
> WicketTester should take resulting HTTP status into account
> -----------------------------------------------------------
>
> Key: WICKET-6397
> URL: https://issues.apache.org/jira/browse/WICKET-6397
> Project: Wicket
> Issue Type: Improvement
> Reporter: Kamil
> Assignee: Andrea Del Bene
> Priority: Minor
>
> WicketTester in addition to current method:
> {code}
> public void assertRenderedPage(Class<? extends Page>
> expectedRenderedPageClass)
> {code}
> should provide two additional ones:
> {code}
> public void assertRenderedPage(Class<? extends Page>
> expectedRenderedPageClass, int httpStatus)
> {code}
> and
> {code}
> public void assertRenderedPageStatus(int httpStatus)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)