Ejemplo n.º 1
0
 @Test
 public void testStringToIterable() throws Exception {
   assertThat(EvalUtils.toIterable("abc", null)).hasSize(3);
 }
Ejemplo n.º 2
0
 @Test
 public void testEmptyStringToIterable() throws Exception {
   assertThat(EvalUtils.toIterable("", null)).isEmpty();
 }