@Experimental public interface TestResource
TestEnvironment
annotated by TestEnv
and external system annotated by TestExternalSystem
.
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–2024 The Apache Software Foundation. All rights reserved.