public class HealthCheckAcceptanceTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
HealthCheckAcceptanceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAllHealthChecksPass() |
void |
testConfluenceRequiredHealthChecksEnabled()
Test that the check from the confluence-required-health-checks plugin is actually present.
|
public void testConfluenceRequiredHealthChecksEnabled()
throws Exception
Healthchecks can fail by being silently broken and missing; confluence-required-health-checks validates
that other required checks are not missing, and testAllHealthChecksPass() makes sure it passes;
this method makes sure it is not itself missing.
ExceptionCopyright © 2003–2015 Atlassian. All rights reserved.