185186187188189190191
public InvocationMatcher never() { return new TestFailureMatcher("not expected"); } public InvocationMatcher never( String errorMessage ) { return new TestFailureMatcher("not expected ("+errorMessage+")"); }