ナビゲーション・リンクをスキップ
A B C D E G H I L M N O P S T U V 

A

AccessContextInitializer - org.dbflute.testing.ruleのクラス
Test rule that initialize AccessContext.
AccessContextInitializer() - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with blank user and current timestamp.
AccessContextInitializer(String) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username and current timestamp.
AccessContextInitializer(String, String) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username and timestamp.
AccessContextInitializer(String, String, String) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username, timestamp and processname.
AccessContextInitializer(String, Timestamp) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username and timestamp.
AccessContextInitializer(String, Timestamp, String) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username, timestamp and processname.
AccessContextInitializer(String, Timestamp, String, String) - クラス のコンストラクタorg.dbflute.testing.rule.AccessContextInitializer
Creates a new rule with specified username, timestmap, processname and modulename.
apply(Statement, Description) - クラス のメソッドorg.dbflute.testing.rule.AccessContextInitializer
 
argCB(Class<T>, Matcher<T>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Allows creating custom argument matcher that evaluates ConditionBean.

B

BehaviorArgumentCaptor<CB extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.mockのクラス
Behavior argument captor to capture ConditionBean for further assertion.
BehaviorArgumentCaptor(Class<CB>) - クラス のコンストラクタorg.dbflute.testing.mock.BehaviorArgumentCaptor
Creates a new BehaviorArgumentCaptor of clazz.
BehaviorArgumentMatcher<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.mockのクラス
This is a helper to evaluate Behavior's lambda argument.
BehaviorArgumentMatcher(Class<T>, Matcher<T>) - クラス のコンストラクタorg.dbflute.testing.mock.BehaviorArgumentMatcher
Creates a new instance that evaluates cbclass argument with matcher.

C

captor(Class<T>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a method argument captor.
capture() - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentCaptor
Returns captor to capture argument.
cb(Class<T>, Matcher<T>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates an argument matcher that evaluates ConditionBean.
column - クラス の変数org.dbflute.testing.matcher.HasCondition
 
ComparisonOperator - org.dbflute.testing.matcherの列挙型
Operators of SQL comparison.

D

DatabaseTests - org.dbflute.testing.categoryの注釈型
Test class annotation indicates that the tests requires a database connection and should be treated as integration tests.
DBFluteMatchers - org.dbflute.testingのクラス
Static factory of custom matchers.
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.HasCondition
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.HasRelation
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.HasSameCondition
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnExpressed
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNotNull
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNull
 
describeMismatch(Object, Description) - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentMatcher
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.HasCondition
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.HasRelation
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.HasSameCondition
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.HasWhereClause
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnExpressed
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNotNull
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNull
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.matcher.ShouldSelect
 
describeTo(Description) - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentMatcher

E

equal(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has EQUAL condition with value matched with the specified matcher.
equal(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to equal(equalTo(value)).
expressed(ComparisonOperator, Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.matcher.IsColumnExpressed
 

G

getAllCB() - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentCaptor
Returns new CB instances that were applied lambda callback.
getCB() - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentCaptor
Returns a new CB instance that was applied lambda callback.
getCQ(ConditionQuery, String[]) - クラス のメソッドorg.dbflute.testing.matcher.HasRelation
Gets ConditionQuery for related table table.
getFixedValue(ConditionValue, String) - 列挙型 のメソッドorg.dbflute.testing.matcher.ComparisonOperator
 
getValue(ConditionValue) - 列挙型 のメソッドorg.dbflute.testing.matcher.ComparisonOperator
 
getVaryingValue(ConditionValue, String) - 列挙型 のメソッドorg.dbflute.testing.matcher.ComparisonOperator
 
greaterEqual(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has GREATER_EQUAL condition with value matched with the specified matcher.
greaterEqual(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to greaterEqual(equalTo(value)).
greaterThan(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has GREATER_THAN condition with value matched with the specified matcher.
greaterThan(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to greaterThan(equalTo(value)).

H

hasCondition(String, Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that gets a ConditionValue of specified column and pass it to subsequent matcher.
HasCondition<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.matcherのクラス
This is the matcher that gets one ConditionValue from T instance for further assertion.
HasCondition(String, Matcher<?>) - クラス のコンストラクタorg.dbflute.testing.matcher.HasCondition
 
hasCondition(String, Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.matcher.HasCondition
 
hasRelation(String, HasCondition<T>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that gets a ConditionQuery of specified table and pass it to subsequent matcher.
HasRelation<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.matcherのクラス
The matcher that gets relation table condition from T for further assertion.
HasRelation(String, HasCondition<T>) - クラス のコンストラクタorg.dbflute.testing.matcher.HasRelation
 
hasRelation(String, HasCondition<T>) - クラス のstaticメソッドorg.dbflute.testing.matcher.HasRelation
 
hasRelationCondition(String, String, Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to hasRelation("table", hasCondition("column", ...)).
HasSameCondition<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.matcherのクラス
Matches when the argument has same conditions.
HasSameCondition(T) - クラス のコンストラクタorg.dbflute.testing.matcher.HasSameCondition
 
HasWhereClause<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.matcherのクラス
Matches when the ConditionBean has any where clause.
HasWhereClause() - クラス のコンストラクタorg.dbflute.testing.matcher.HasWhereClause
 
hasWhereClause(ConditionBean) - クラス のメソッドorg.dbflute.testing.matcher.HasWhereClause
 
hasWhereClause() - クラス のstaticメソッドorg.dbflute.testing.matcher.HasWhereClause
 

I

in(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has IN condition with value matched with the specified matcher.
in(Object...) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to in(hasItems(items)).
IsColumnExpressed - org.dbflute.testing.matcherのクラス
Abstract class of matchers that evaluates the column condition value.
IsColumnExpressed(ComparisonOperator, Matcher<?>) - クラス のコンストラクタorg.dbflute.testing.matcher.IsColumnExpressed
 
IsColumnIsNotNull - org.dbflute.testing.matcherのクラス
Matches when the column has is not null condition.
IsColumnIsNotNull() - クラス のコンストラクタorg.dbflute.testing.matcher.IsColumnIsNotNull
 
IsColumnIsNull - org.dbflute.testing.matcherのクラス
Mathces when the column has is null condition.
IsColumnIsNull() - クラス のコンストラクタorg.dbflute.testing.matcher.IsColumnIsNull
 
isNotNull() - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has IS_NOT_NULL condition.
isNull() - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has IS_NULL condition.

L

lessEqual(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has LESS_EQUAL condition with value matched with the specified matcher.
lessEqual(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to lessEqual(equalTo(value)).
lessThan(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has GREATER_THAN condition with value matched with the specified matcher.
lessThan(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to lessThan(equalTo(value)).
like(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has LIKE condition with value matched with the specified matcher.
like(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to like(equalTo(value)).
likeContain(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to like(equalTo("%" + value + "%")).
likePrefix(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to like(equalTo(value + "%")).
likeSuffix(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to like(equalTo("%" + value)).

M

matcher - クラス の変数org.dbflute.testing.matcher.HasCondition
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.HasCondition
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.HasRelation
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.HasSameCondition
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.HasWhereClause
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnExpressed
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNotNull
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.IsColumnIsNull
 
matches(Object) - クラス のメソッドorg.dbflute.testing.matcher.ShouldSelect
 
matches(Object) - クラス のメソッドorg.dbflute.testing.mock.BehaviorArgumentMatcher
Creates a new T instance by reflection and pass it to subsequent matcher.
module(String) - クラス のメソッドorg.dbflute.testing.rule.AccessContextInitializer
Rest current module on thread.

N

notEqual(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has NOT_EQUAL condition with value matched with the specified matcher.
notEqual(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notEqual(equalTo(value)).
notIn(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has NOT_IN condition with value matched with the specified matcher.
notIn(Object...) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notIn(contains(items)).
notLike(Matcher<?>) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches when the examined column has NOT_LIKE condition with value matched with the specified matcher.
notLike(Object) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notLike(equalTo(value)).
notLikeContain(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notLike(equalTo("%" + value + "%")).
notLikePrefix(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notLike(equalTo(value + "%")).
notLikeSuffix(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
A shortcut to notLike(equalTo("%" + value)).

O

of(Class<CB>) - クラス のstaticメソッドorg.dbflute.testing.mock.BehaviorArgumentCaptor
Create a new BehaviorArgumentCaptor of clazz.
org.dbflute.testing - パッケージ org.dbflute.testing
 
org.dbflute.testing.category - パッケージ org.dbflute.testing.category
 
org.dbflute.testing.matcher - パッケージ org.dbflute.testing.matcher
 
org.dbflute.testing.mock - パッケージ org.dbflute.testing.mock
 
org.dbflute.testing.rule - パッケージ org.dbflute.testing.rule
 

P

process(String) - クラス のメソッドorg.dbflute.testing.rule.AccessContextInitializer
Reset current process on thread.

S

shouldSelect(String) - クラス のstaticメソッドorg.dbflute.testing.DBFluteMatchers
Creates a matcher that matches if the query selects the column.
ShouldSelect<T extends org.dbflute.cbean.ConditionBean> - org.dbflute.testing.matcherのクラス
The matcher that evaluates the ConditionBean should be specified to select a column.
ShouldSelect(String) - クラス のコンストラクタorg.dbflute.testing.matcher.ShouldSelect
 
shouldSelect(String) - クラス のstaticメソッドorg.dbflute.testing.matcher.ShouldSelect
Creates a matcher that matches if the query selects the column.
sign() - 列挙型 のメソッドorg.dbflute.testing.matcher.ComparisonOperator
 

T

timestamp(String) - クラス のメソッドorg.dbflute.testing.rule.AccessContextInitializer
Reset current timestamp on thread.

U

user(String) - クラス のメソッドorg.dbflute.testing.rule.AccessContextInitializer
Reset current user on thread.

V

valueOf(String) - 列挙型 のstaticメソッドorg.dbflute.testing.matcher.ComparisonOperator
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙型 のstaticメソッドorg.dbflute.testing.matcher.ComparisonOperator
この列挙型の定数を含む配列を宣言されている順序で返します。
A B C D E G H I L M N O P S T U V 
ナビゲーション・リンクをスキップ

Copyright © 2015 The DBFlute Project. All rights reserved.