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

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

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

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
>            Assignee: Sven Meier
>            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