// Fire events and evaluate results
TestActionListener.trace(null);
UIViewRoot root = facesContext.getApplication().getViewHandler().createView(facesContext, null);
root.getChildren().add(command);
command.queueEvent(event);
root.processDecodes(facesContext);
root.processValidators(facesContext);
root.processApplication(facesContext);
assertEquals("/ARV@APPLY_REQUEST_VALUES 2/PV@APPLY_REQUEST_VALUES 2/AP@APPLY_REQUEST_VALUES 2",
TestActionListener.trace());