Uses of Interface
org.jooq.tools.jdbc.MockRunnable
Packages that use MockRunnable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of MockRunnable in org.jooq
Methods in org.jooq with parameters of type MockRunnableModifier and TypeMethodDescriptionvoid
DSLContext.mock
(MockDataProvider provider, MockRunnable mockable) Run aMockRunnable
in the context of thisDSLContext
's underlyingScope.configuration()
's, and of aMockDataProvider
. -
Uses of MockRunnable in org.jooq.impl
Methods in org.jooq.impl with parameters of type MockRunnableModifier and TypeMethodDescriptionvoid
DefaultDSLContext.mock
(MockDataProvider provider, MockRunnable mockable)