Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.testing
Interface RunnableOnService
-
public interface RunnableOnService
Category tag for tests that can be run on theDataflowPipelineRunner
if therunIntegrationTestOnService
System property is set to true. Example usage:@Test @Category(RunnableOnService.class) public void testParDo() {...