Home
last modified time | relevance | path

Searched refs:TestableProcessor (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java2005 public static class TestableProcessor extends BasePostProcessor { class in TestInvocationTest
2010 public TestableProcessor() {} in TestableProcessor() method in TestInvocationTest.TestableProcessor
2012 public TestableProcessor(String name) { in TestableProcessor() method in TestInvocationTest.TestableProcessor
2034 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 …]