Пример #1
0
 @Test
 public void testStringToIterable() throws Exception {
   assertThat(EvalUtils.toIterable("abc", null)).hasSize(3);
 }
Пример #2
0
 @Test
 public void testEmptyStringToIterable() throws Exception {
   assertThat(EvalUtils.toIterable("", null)).isEmpty();
 }