public class HealthCheckAcceptanceTest extends Object
Health checks are used by HOPS to monitor the 'healthiness' of Confluence.
| Modifier and Type | Field and Description |
|---|---|
AcceptanceTestHelper |
testHelper |
| Constructor and Description |
|---|
HealthCheckAcceptanceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testAllHealthChecksPass() |
void |
testConfluenceRequiredHealthChecksEnabled()
Test that the check from the confluence-required-health-checks plugin is actually present.
|
public final AcceptanceTestHelper testHelper
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–2017 Atlassian. All rights reserved.