public class TestDescriptionInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
TestNameLoggingFilter.
Meant to help in correlating the server side logs with the test case being executed.http://www.slf4j.org/manual.html| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_CLASS_HEADER |
static String |
TEST_NAME_HEADER |
| Constructor and Description |
|---|
TestDescriptionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext) |
public static final String TEST_CLASS_HEADER
public static final String TEST_NAME_HEADER
public void process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.