110111112113114115116117118119120
ProcessChain chain = new ProcessChain( true, fourth, second, first, third ); chain.start(); chain.complete(); validateLength( fourth, 20 ); } @Test