Class TestBigQuery.RowsAssertion

  • Enclosing class:
    TestBigQuery

    @Experimental(SCHEMAS)
    public class TestBigQuery.RowsAssertion
    extends java.lang.Object
    Interface for creating a polling eventual assertion.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TestBigQuery.PollingAssertion eventually​(org.hamcrest.Matcher<java.lang.Iterable<? extends org.apache.beam.sdk.values.Row>> matcher)  
      void now​(org.hamcrest.Matcher<java.lang.Iterable<? extends org.apache.beam.sdk.values.Row>> matcher)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • eventually

        public TestBigQuery.PollingAssertion eventually​(org.hamcrest.Matcher<java.lang.Iterable<? extends org.apache.beam.sdk.values.Row>> matcher)
      • now

        public void now​(org.hamcrest.Matcher<java.lang.Iterable<? extends org.apache.beam.sdk.values.Row>> matcher)