Package io.vertx.quiz
Class JooqBase
- java.lang.Object
-
- io.vertx.quiz.EpicBase
-
- io.vertx.quiz.ZeroBase
-
- io.vertx.quiz.AsyncBase
-
- io.vertx.quiz.JooqBase
-
public abstract class JooqBase extends io.vertx.quiz.AsyncBase
-
-
Field Summary
Fields Modifier and Type Field Description io.vertx.ext.unit.junit.RunTestOnContextrule
-
Constructor Summary
Constructors Constructor Description JooqBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> voidasyncJooq(io.vertx.ext.unit.TestContext context, Supplier<io.vertx.core.Future<T>> supplier, Consumer<T> function)protected voidfetchOneAsync(io.vertx.ext.unit.TestContext context, Class<?> clazzDao, String pojo, Object... args)UxJooqgetDao()<T> voidnotNull(T entity, io.vertx.ext.unit.TestContext context)
-