Interface CurioMockDataProvider

  • All Superinterfaces:
    org.jooq.tools.jdbc.MockDataProvider

    public interface CurioMockDataProvider
    extends org.jooq.tools.jdbc.MockDataProvider
    A MockDataProvider that provides a default implementation of execute(MockExecuteContext) which throws an exception with the query logged, for use with {@literal @}Mock(answer = Answers.CALL_REAL_METHOD).
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default org.jooq.tools.jdbc.MockResult[] execute​(org.jooq.tools.jdbc.MockExecuteContext ctx)  
    • Method Detail

      • execute

        default org.jooq.tools.jdbc.MockResult[] execute​(org.jooq.tools.jdbc.MockExecuteContext ctx)
        Specified by:
        execute in interface org.jooq.tools.jdbc.MockDataProvider