Description
Currently AjaxLazyLoadPanelTester <http://wicket.apache.org/apidocs/1.5/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanelTester.html> has following method signature:
public static void executeAjaxLazyLoadPanel(WicketTester wt, MarkupContainer container)
I think that WicketTester should be changed to BaseWicketTester.
Currently our unit test framework is based on extending BaseWicketTester and thus I need to make a cut&paste of AjaxLazyLoadPanelTester and change that single class name.