コード例 #1
0
 @Test
 public void testToString() throws Exception {
   JUnitUtils.assertDoesNotThrow(() -> new IsLongPredicate().toString());
 }
コード例 #2
0
 @Test
 public void testToString() throws Exception {
   JUnitUtils.assertDoesNotThrow(() -> new IsEnumPredicate(SampleEnum.class).toString());
 }
コード例 #3
0
 @Test
 public void testToString() throws Exception {
   JUnitUtils.assertDoesNotThrow(() -> new ListLengthPredicate(0, 5).toString());
 }