public class RestTestFixture extends Object implements org.junit.rules.TestRule
Modifier and Type | Field and Description |
---|---|
static Long |
ADMIN_DIR_ID |
static Integer |
CROWD_APP_ID |
Constructor and Description |
---|
RestTestFixture() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
String |
getBaseUrl() |
TestkitClient |
getTestkitClient() |
TestkitClient |
getTestkitClientForModifications() |
void |
modifiesData() |
public static final Integer CROWD_APP_ID
public static final Long ADMIN_DIR_ID
public String getBaseUrl()
public void modifiesData()
public TestkitClient getTestkitClientForModifications()
public TestkitClient getTestkitClient()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
Copyright © 2021 Atlassian. All rights reserved.