101102103104105106107108109110111
verify(command); } public static Exception classEq(final Class<? extends Exception> in) { reportMatcher(new IArgumentMatcher() { @Override public void appendTo(StringBuffer buffer) { buffer.append("classEq("); buffer.append(in);