コード例 #1
0
 @Test
 public void shouldNotThrowException() throws Exception {
   CustomAssert customAssert = new CustomAssert();
   customAssert.that("", CustomIs.equalTo("Hello"));
 }