We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In every test case using the Wicket Tester, the old method startComponent(Component), which is deprecated, is used.
We should replace it by startComponentInPage(Component).
Stephane Gleizes
The text was updated successfully, but these errors were encountered:
Most testcases are still from the Wicket 1.4 era, feel free to totally change them or replace them.
I have mostly tested all components in our applications, as these are much better test cases than a small bit of Java code.
Sorry, something went wrong.
No branches or pull requests
In every test case using the Wicket Tester, the old method startComponent(Component), which is deprecated, is used.
We should replace it by startComponentInPage(Component).
Stephane Gleizes
The text was updated successfully, but these errors were encountered: