Class TestBigQuery

java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.TestBigQuery
All Implemented Interfaces:
TestRule

public class TestBigQuery extends Object implements TestRule
Test rule which creates a new table with specified schema, with randomized name and exposes few APIs to work with it.

Deletes the table on test shutdown.