((InvocationMatcher)i.next()).verify();
}
}
catch (AssertionFailedError error) {
AssertionFailedError newError = new AssertionFailedError(error.getMessage() + "\n" + toString());
newError.fillInStackTrace();
throw newError;
}
}
public void setName( String name ) {