public class IsColumnExpressed extends BaseMatcher<org.dbflute.cbean.cvalue.ConditionValue>
HasCondition to test one column condition
of ConditionBean.
This matcher instance will receive a ConditionValue instance
from HasCondition.
| コンストラクタと説明 |
|---|
IsColumnExpressed(ComparisonOperator operator,
Matcher<?> matcher) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
describeMismatch(Object item,
Description description) |
void |
describeTo(Description description) |
static IsColumnExpressed |
expressed(ComparisonOperator operator,
Matcher<?> valueMatcher) |
boolean |
matches(Object item) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic IsColumnExpressed(ComparisonOperator operator, Matcher<?> matcher)
public boolean matches(Object item)
public void describeTo(Description description)
public void describeMismatch(Object item, Description description)
describeMismatch インタフェース内 Matcher<org.dbflute.cbean.cvalue.ConditionValue>describeMismatch クラス内 BaseMatcher<org.dbflute.cbean.cvalue.ConditionValue>public static IsColumnExpressed expressed(ComparisonOperator operator, Matcher<?> valueMatcher)
Copyright © 2015 The DBFlute Project. All rights reserved.