9596979899100101102
@Test public void keep_sticky() throws Exception { TestInput<Ex1> in = tester.input(Ex1.class, "in"); in.add(new Ex1()); boolean result = tester.runFlow(new StickyStage(in.flow())); assertThat(result, is(false)); }