public void when_validation_group_is_set_then_bean_validator_should_not_be_used() throws InterruptedException {
Warp.initiate(new Activity() {
public void perform() {
browser.get(contextPath.toExternalForm());
}
}).inspect(new Inspection() {
private static final long serialVersionUID = 1L;
@BeforeServlet
public void setupGroup(GraphValidatorBean bean) {
bean.setValidationGroups(new Class[] { MethodValidationGroup.class });