Package org.apache.beam.sdk.testing
Interface UsesExternalService
- All Known Subinterfaces:
UsesJavaExpansionService
,UsesPythonExpansionService
Category tag for tests which relies on a pre-defined port, such as expansion service or transform
service. Tests tagged with
UsesExternalService
should initialize such port before the
test execution.