public class CargoTestHarness
extends junit.framework.TestSuite
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_LOCATION_PROPERTY |
static String |
CONTAINERS_PROPERTY |
static String |
DEFAULT_CONTAINERS_LOCATION |
static String |
DEFAULT_JIRA_HOME |
static String |
DEFAULT_WAR_LOCATION |
static String |
DELETE_TEMP_DIR_PROPERTY |
static String |
JACOCO_AGENT_PROPERTY |
static String |
JIRA_HOME_PROPERTY |
static String |
TEST_SUITE_CLASS
If specified replaces the default test suite.
|
static String |
URL_PREFIX |
static String |
WAR_LOCATION_PROPERTY |
Constructor and Description |
---|
CargoTestHarness() |
Modifier and Type | Method and Description |
---|---|
static org.junit.runner.Runner |
cargoRunner(org.junit.runner.Runner testRunner) |
protected static Properties |
getProperties() |
protected static File |
initWarFile() |
static junit.framework.Test |
suite() |
static junit.framework.Test |
suite(Class<?> suiteClass) |
public static final String URL_PREFIX
public static final String DEFAULT_CONTAINERS_LOCATION
public static final String DEFAULT_WAR_LOCATION
public static final String CONTAINER_LOCATION_PROPERTY
public static final String WAR_LOCATION_PROPERTY
public static final String CONTAINERS_PROPERTY
public static final String DELETE_TEMP_DIR_PROPERTY
public static final String JIRA_HOME_PROPERTY
public static final String DEFAULT_JIRA_HOME
public static final String JACOCO_AGENT_PROPERTY
public static junit.framework.Test suite() throws IOException
IOException
public static junit.framework.Test suite(Class<?> suiteClass) throws IOException
IOException
public static org.junit.runner.Runner cargoRunner(org.junit.runner.Runner testRunner) throws IOException, org.junit.runners.model.InitializationError
IOException
org.junit.runners.model.InitializationError
protected static File initWarFile() throws IOException
IOException
protected static Properties getProperties() throws IOException
IOException
Copyright © 2002-2022 Atlassian. All Rights Reserved.