| in1.add(ex1);
ex1.setValue(36);
ex1.setSid(36);
in1.add(ex1);
assertThat(tester.runFlow(new MasterCheckFlowSelection(
in1.flow(), in2.flow(),
found.flow(), missing.flow())), is(true));
List<Ex1> foundList = found.toList(new Comparator<Ex1>() {
@Override
|