@Experimental
public interface TestResource
TestEnvironment annotated by TestEnv and external system annotated by ExternalSystem.
Lifecycle of test resources will be managed by the framework.
| Modifier and Type | Method and Description |
|---|---|
void |
startUp()
Start up the test resource.
|
void |
tearDown()
Tear down the test resource.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.