Details
Description
In our project, components can be conditionally required. When the condition is met, WicketTester#assertRequired works great; however there's currently no easy way to test, that something is not required.
Therefore, it would be great if something like WicketTester#assertNotRequired could be added.