334335336337338339340341342343344
} } @Test public void invoke_simpleReturn() { pipeline = createPipeline(new LogValve(), new LogAndReturnValve(), new LogValve()); // invoke PipelineInvocationHandle handle = pipeline.newInvocation(); handle.invoke(); assertFalse(handle.isBroken());