public class TestLogServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
TEST_CLASS |
static String |
TEST_NAME |
Constructor and Description |
---|
TestLogServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.framework.BundleContext ctx,
Map<String,?> config) |
protected void |
deactivate() |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
testRunStarted(org.junit.runner.Description description) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static final String TEST_NAME
public static final String TEST_CLASS
@Activate protected void activate(org.osgi.framework.BundleContext ctx, Map<String,?> config) throws Exception
Exception
public void testRunStarted(org.junit.runner.Description description)
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.