public abstract class AbstractContainerIT extends Object
Modifier and Type | Field and Description |
---|---|
protected static com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty |
jetty |
protected com.gargoylesoftware.htmlunit.WebClient |
webClient |
Constructor and Description |
---|
AbstractContainerIT() |
Modifier and Type | Method and Description |
---|---|
void |
beforeTest() |
protected static String |
getBaseUri() |
protected static String |
getBasicAuthorizationHeaderValue(String username,
String password) |
protected static String |
getWarDir() |
static void |
startContainer() |
static void |
stopContainer() |
protected static com.github.mjeanroy.junit.servers.jetty.EmbeddedJetty jetty
protected final com.gargoylesoftware.htmlunit.WebClient webClient
public AbstractContainerIT()
public static void startContainer() throws Exception
Exception
protected static String getBaseUri()
protected static String getBasicAuthorizationHeaderValue(String username, String password) throws UnsupportedEncodingException
UnsupportedEncodingException
public void beforeTest()
public static void stopContainer()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.