Class DatabaseTestUtil.MockDataProviderVerifier

  • Enclosing class:
    DatabaseTestUtil

    public static class DatabaseTestUtil.MockDataProviderVerifier
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void withArgs​(java.lang.Object... args)
      Verifies MockDataProvider.execute(org.jooq.tools.jdbc.MockExecuteContext) was called with context bindings of args.
      • Methods inherited from class java.lang.Object

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

      • withArgs

        public void withArgs​(java.lang.Object... args)
        Verifies MockDataProvider.execute(org.jooq.tools.jdbc.MockExecuteContext) was called with context bindings of args.