[ 
https://issues.apache.org/jira/browse/WICKET-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103809#comment-16103809
 ] 

ASF subversion and git services commented on WICKET-6430:
---------------------------------------------------------

Commit 48b2aa128fa4f56f623170af548d90fad4f48860 in wicket's branch 
refs/heads/master from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=48b2aa1 ]

WICKET-6430 deprecate assertListView


> WicketTester should provide assertRepeatingView
> -----------------------------------------------
>
>                 Key: WICKET-6430
>                 URL: https://issues.apache.org/jira/browse/WICKET-6430
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Kamil
>            Priority: Minor
>
> Currently WicketTester has
> {code}
> public void assertListView(String path, List<?> expectedList)
> {code}
> method.
> If I try to use it with:
> {code}
> org.apache.wicket.markup.repeater.RepeatingView
> {code}
> obviously I get
> {code}
> java.lang.ClassCastException: org.apache.wicket.markup.repeater.RepeatingView 
> cannot be cast to org.apache.wicket.markup.html.list.ListView
>       at 
> org.apache.wicket.util.tester.WicketTester.assertListView(WicketTester.java:632)
> {code}
> Please provide assertRepeatingView method (simmilar to assertListView)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to