@Test
 public void shouldNotThrowException() throws Exception {
   CustomAssert customAssert = new CustomAssert();
   customAssert.that("", CustomIs.equalTo("Hello"));
 }