assertThat(description.toString(), is("<0.44444D>"));
}
@Test
public void mismatch() {
((CellMatcher) equalTo(new BooleanCell(false))).matchesSafely(createCell(true), description);
assertThat(description.toString(), is("cell at \"A1\" contained <TRUE> expected <FALSE>"));
}