Interface TestResource
-
- All Known Subinterfaces:
TestEnvironment
- All Known Implementing Classes:
DefaultContainerizedExternalSystem,FlinkContainerTestEnvironment,MiniClusterTestEnvironment
@Experimental public interface TestResourceBasic abstractions for all resources used in connector testing framework, includingTestEnvironmentannotated byTestEnvand 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 voidstartUp()Start up the test resource.voidtearDown()Tear down the test resource.
-