BehaviorArgumentCaptor
of clazz
.cbclass
argument with matcher
.matcher
.equal(equalTo(value))
.CB
instances that were applied lambda callback.CB
instance that was applied lambda callback.table
.matcher
.greaterEqual(equalTo(value))
.matcher
.greaterThan(equalTo(value))
.ConditionValue
of specified column
and pass it to subsequent matcher.ConditionValue
from T
instance for further assertion.ConditionQuery
of specified table
and pass it to subsequent matcher.T
for further assertion.hasRelation("table", hasCondition("column", ...))
.matcher
.in(hasItems(items))
.matcher
.lessEqual(equalTo(value))
.matcher
.lessThan(equalTo(value))
.matcher
.like(equalTo(value))
.like(equalTo("%" + value + "%"))
.like(equalTo(value + "%"))
.like(equalTo("%" + value))
.T
instance by reflection and pass it to subsequent matcher.matcher
.notEqual(equalTo(value))
.matcher
.notIn(contains(items))
.matcher
.notLike(equalTo(value))
.notLike(equalTo("%" + value + "%"))
.notLike(equalTo(value + "%"))
.notLike(equalTo("%" + value))
.BehaviorArgumentCaptor
of clazz
.Copyright © 2015 The DBFlute Project. All rights reserved.