public class HeliosDeploymentResource
extends org.junit.rules.ExternalResource
HeliosDeployment
available to a JUnit
test, and guarantees to tear it down afterward.Constructor and Description |
---|
HeliosDeploymentResource(HeliosDeployment deployment) |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before()
Ensure that the HeliosDeployment is up.
|
HeliosClient |
client() |
public HeliosDeploymentResource(HeliosDeployment deployment)
deployment
- The Helios deployment to expose to your JUnit tests.public void before() throws Throwable
before
in class org.junit.rules.ExternalResource
Throwable
public void after()
after
in class org.junit.rules.ExternalResource
public HeliosClient client()
Copyright © 2017. All rights reserved.