@Beta public class ProcessingTestDriver extends RequestHandlerTestDriver
RequestHandlerTestDriver.MockResponseHandler
Modifier and Type | Field and Description |
---|---|
private ProcessingHandler |
processingHandler |
Constructor and Description |
---|
ProcessingTestDriver(com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>... chains) |
ProcessingTestDriver(com.yahoo.component.chain.Chain<com.yahoo.processing.Processor> chain,
com.yahoo.container.logging.AccessLogInterface accessLogInterface) |
ProcessingTestDriver(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains) |
ProcessingTestDriver(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains,
com.yahoo.component.provider.ComponentRegistry<Renderer> renderers) |
ProcessingTestDriver(ProcessingHandler processingHandler) |
ProcessingTestDriver(String binding,
com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>... chains) |
ProcessingTestDriver(String binding,
Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains) |
ProcessingTestDriver(String binding,
Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains,
com.yahoo.component.provider.ComponentRegistry<Renderer> renderers) |
ProcessingTestDriver(String binding,
ProcessingHandler processingHandler) |
Modifier and Type | Method and Description |
---|---|
private static com.yahoo.container.logging.AccessLog |
createAccessLog(com.yahoo.container.logging.AccessLogInterface accessLogInterface) |
private static ProcessingHandler |
createProcessingHandler(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains,
com.yahoo.component.provider.ComponentRegistry<Renderer> renderers,
com.yahoo.container.logging.AccessLog accessLog) |
ProcessingHandler |
processingHandler()
Returns the processing handler of this
|
censorDigits, close, jDiscDriver, sendRequest, sendRequest, sendRequest, sendRequest
private final ProcessingHandler processingHandler
public ProcessingTestDriver(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains)
public ProcessingTestDriver(String binding, Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains)
@SafeVarargs public ProcessingTestDriver(com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>... chains)
@SafeVarargs public ProcessingTestDriver(String binding, com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>... chains)
public ProcessingTestDriver(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers)
public ProcessingTestDriver(String binding, Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers)
public ProcessingTestDriver(ProcessingHandler processingHandler)
public ProcessingTestDriver(String binding, ProcessingHandler processingHandler)
public ProcessingTestDriver(com.yahoo.component.chain.Chain<com.yahoo.processing.Processor> chain, com.yahoo.container.logging.AccessLogInterface accessLogInterface)
private static com.yahoo.container.logging.AccessLog createAccessLog(com.yahoo.container.logging.AccessLogInterface accessLogInterface)
private static ProcessingHandler createProcessingHandler(Collection<com.yahoo.component.chain.Chain<com.yahoo.processing.Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers, com.yahoo.container.logging.AccessLog accessLog)
public ProcessingHandler processingHandler()
Copyright © 2017. All rights reserved.