: "@Post method was not fired, on doPost() with the right arg, instead: " + bound.post;
}
@Test(expectedExceptions = InvalidEventHandlerException.class)
public final void errorOnPostMethodWithUnnamedArgs() throws IOException {
Renderable mock = new Renderable() {
public void render(Object bound, Respond respond) {
}
public <T extends Renderable> Set<T> collect(Class<T> clazz) {