I want to check if a given component has a CSS class set. To do this, I would like to get the HTML output for just that specific component.
WicketTester can provide the HTML output for the entire rendered page. What would be the best approach to get just the Component's HTML/String output?