public class ShouldSelect<T extends org.dbflute.cbean.ConditionBean> extends BaseMatcher<T>
コンストラクタと説明 |
---|
ShouldSelect(String columnName) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
describeTo(Description description) |
boolean |
matches(Object item) |
static <T extends org.dbflute.cbean.ConditionBean> |
shouldSelect(String columnName)
Creates a matcher that matches if the query selects the column.
|
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
public ShouldSelect(String columnName)
public boolean matches(Object item)
public void describeTo(Description description)
public static <T extends org.dbflute.cbean.ConditionBean> ShouldSelect<T> shouldSelect(String columnName)
columnName
- the name of columnCopyright © 2015 The DBFlute Project. All rights reserved.