Searched refs:TestableProcessor (Results 1 – 1 of 1) sorted by relevance
2005 public static class TestableProcessor extends BasePostProcessor { class in TestInvocationTest2010 public TestableProcessor() {} in TestableProcessor() method in TestInvocationTest.TestableProcessor2012 public TestableProcessor(String name) { in TestableProcessor() method in TestInvocationTest.TestableProcessor2034 processors.add(new TestableProcessor("processor1")); in testProcessorCollectionChain()2035 processors.add(new TestableProcessor("processor2")); in testProcessorCollectionChain()2036 processors.add(new TestableProcessor("processor3")); in testProcessorCollectionChain()2037 processors.add(new TestableProcessor("processor4")); in testProcessorCollectionChain()2088 processors.add(new TestableProcessor("processor1")); in testProcessorCollectionChain_logSaver()2089 processors.add(new TestableProcessor("processor2")); in testProcessorCollectionChain_logSaver()2090 processors.add(new TestableProcessor("processor3")); in testProcessorCollectionChain_logSaver()[all …]