containsString(matcher.toString()));
}
@Test
public void AssumptionViolatedExceptionDescribesItself() {
AssumptionViolatedException e= new AssumptionViolatedException(3, is(2));
assertThat(StringDescription.asString(e), is("got: <3>, expected: is <2>"));
}