Interface TestResource
-
- All Known Subinterfaces:
TestEnvironment
- All Known Implementing Classes:
DefaultContainerizedExternalSystem
,FlinkContainerTestEnvironment
,MiniClusterTestEnvironment
@Experimental public interface TestResource
Basic abstractions for all resources used in connector testing framework, includingTestEnvironment
annotated byTestEnv
and external system annotated byTestExternalSystem
.Lifecycle of test resources will be managed by the framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startUp()
Start up the test resource.void
tearDown()
Tear down the test resource.
-