public abstract class JooqBase
extends io.zero.quiz.ZeroBase
| Modifier and Type | Field and Description |
|---|---|
io.vertx.ext.unit.junit.RunTestOnContext |
rule |
| Constructor and Description |
|---|
JooqBase() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
async(io.vertx.ext.unit.TestContext context,
Supplier<io.vertx.core.Future<T>> supplier,
Consumer<T> function) |
<T> void |
asyncFlow(io.vertx.ext.unit.TestContext context,
io.vertx.core.Future<T> future,
Consumer<T> consumer) |
org.jooq.Condition |
condAnd(String filename) |
org.jooq.Condition |
eq(String name,
Object value) |
protected void |
fetchOneAndAsync(io.vertx.ext.unit.TestContext context,
Class<?> clazz,
String pojo,
String... files) |
protected void |
fetchOneAsync(io.vertx.ext.unit.TestContext context,
Class<?> clazzDao,
String pojo,
Object... args) |
UxJooq |
getDao() |
<T> void |
notNull(T entity,
io.vertx.ext.unit.TestContext context) |
public UxJooq getDao()
public <T> void async(io.vertx.ext.unit.TestContext context,
Supplier<io.vertx.core.Future<T>> supplier,
Consumer<T> function)
public <T> void asyncFlow(io.vertx.ext.unit.TestContext context,
io.vertx.core.Future<T> future,
Consumer<T> consumer)
public org.jooq.Condition condAnd(String filename)
public <T> void notNull(T entity,
io.vertx.ext.unit.TestContext context)
protected void fetchOneAsync(io.vertx.ext.unit.TestContext context,
Class<?> clazzDao,
String pojo,
Object... args)
Copyright © 2019. All rights reserved.