Exemple #1
0
 @Test
 public void ofPStack() {
   Cases cases = Cases.ofList((List) Arrays.asList(Case.of(input -> true, input -> "hello")));
   assertThat(cases.size(), is(1));
 }