A B C D E G I J K L M O R S T U W

A

addToEnvironment(String, Object) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
afterBeanDiscovery(AfterBeanDiscovery) - クラス org.seasar.junitcdi.core.internal.TestClassContextRegistrant のメソッド
CDIコンテナがbeanを探した後に呼び出されます.
AfterMethod - org.seasar.junitcdi.core の 注釈型
特定のテストメソッドが実行された後で呼び出されるメソッドを注釈します.
applicationContextStore - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage の変数
ApplicationScopedBeanStore

B

bean - クラス org.seasar.junitcdi.core.event.TestInfo の変数
テストクラスのbean定義
beanClasses - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl の変数
bean クラスのSet
beanDeploymentArchive - クラス org.seasar.junitcdi.core.internal.DeploymentImpl の変数
唯一のBeanDeploymentArchive
BeanDeploymentArchiveImpl - org.seasar.junitcdi.core.internal の クラス
JUnit環境におけるBeanDeploymentArchiveの実装クラスです.
BeanDeploymentArchiveImpl() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のコンストラクタ
インスタンスを構築します.
BeanDeploymentFailedException - org.seasar.junitcdi.core.exception の 例外
beanのデプロイが失敗したことを表す例外です.
BeanDeploymentFailedException() - 例外 org.seasar.junitcdi.core.exception.BeanDeploymentFailedException のコンストラクタ
インスタンスを構築します.
BeanDeploymentFailedException(String) - 例外 org.seasar.junitcdi.core.exception.BeanDeploymentFailedException のコンストラクタ
インスタンスを構築します.
BeanDeploymentFailedException(Throwable) - 例外 org.seasar.junitcdi.core.exception.BeanDeploymentFailedException のコンストラクタ
インスタンスを構築します.
BeanDeploymentFailedException(String, Throwable) - 例外 org.seasar.junitcdi.core.exception.BeanDeploymentFailedException のコンストラクタ
インスタンスを構築します.
BeanLookupUtil - org.seasar.junitcdi.core.util の クラス
beanのインスタンスをルックアップするユーティリティです.
BeanLookupUtil() - クラス org.seasar.junitcdi.core.util.BeanLookupUtil のコンストラクタ
 
beanManager - クラス org.seasar.junitcdi.core.internal.TestEventNotifier の変数
BeanManager
beanManager - クラス org.seasar.junitcdi.core.runner.CDI の変数
CDIコンテナ
BeanManagerHelper - org.seasar.junitcdi.core.internal の クラス
BeanManagerを操作するためのヘルパークラスです.
BeanManagerHelper() - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper のコンストラクタ
 
beanManagers - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static 変数
スレッド固有のCDIコンテナ
beansXmls - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl の変数
beans.xmlSet
BeforeMethod - org.seasar.junitcdi.core の 注釈型
特定のテストメソッドが実行される前に呼び出されるメソッドを注釈します.
bind(Name, Object) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
bind(String, Object) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
builtins - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl の static 変数
組み込みコンポーネントの型とJNDI名のマップ

C

capitalize(String) - クラス org.seasar.junitcdi.core.runner.CDI の static メソッド
文字列をキャピタライズして返します.
CDI - org.seasar.junitcdi.core.runner の クラス
JUnit4のテストクラスでJSR-299 CDI(Contexts and Dependency Injection)を利用するための Runnerです.
CDI(Class<?>) - クラス org.seasar.junitcdi.core.runner.CDI のコンストラクタ
 
classBlock(RunNotifier) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 
clear() - クラス org.seasar.junitcdi.core.internal.KeepExtensionBeanStore のメソッド
 
close() - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
composeName(Name, Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
composeName(String, String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
ContainerLocalStorage - org.seasar.junitcdi.core.internal の クラス
CDIコンテナ固有の情報を保持しておくためのExtensionです.
ContainerLocalStorage() - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage のコンストラクタ
 
context - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl の変数
JNDIコンテキスト
context - クラス org.seasar.junitcdi.core.internal.TestClassContextRegistrant の変数
テストクラス・スコープを提供するコンテキスト
createBeanManager() - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
CDIコンテナを作成します.
createSubcontext(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
createSubcontext(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
createTest() - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 
creationalContext - クラス org.seasar.junitcdi.core.runner.CDI の変数
テストクラスのインスタンスを作成したコンテキスト

D

deployment - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage の変数
CDIコンテナの初期化に使用したDeployment
DeploymentImpl - org.seasar.junitcdi.core.internal の クラス
JUnit環境におけるDeploymentの実装クラスです.
DeploymentImpl() - クラス org.seasar.junitcdi.core.internal.DeploymentImpl のコンストラクタ
 
description - クラス org.seasar.junitcdi.core.event.TestInfo の変数
テストの記述
destroyDefaultContexts() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
デフォルトの全コンテキストを破棄します.
destroyRequestContexts() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
リクエスト・スコープのコンテキストを破棄します.
destroySubcontext(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
destroySubcontext(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
destroyTestClassContext() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
テストクラス・スコープのコンテキストを破棄します.

E

ENV_NAMESPACE_PREFIX - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl の static 変数
JNDI環境名のプレフィックス

G

getApplicationContextStore() - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
ApplicationScopedBeanStoreを返します.
getApplicationContextStore() - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage のメソッド
ApplicationScopedBeanStoreを返します.
getBean() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストクラスのbean定義を返します.
getBeanClasses() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getBeanDeploymentArchives() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getBeanDeploymentArchives() - クラス org.seasar.junitcdi.core.internal.DeploymentImpl のメソッド
 
getBeanInstance(Class<T>, Annotation...) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
指定された型のbeanを返します.
getBeanInstance(BeanManager, Class<T>, Annotation...) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
指定された型のbeanを返します.
getBeanInstance(String) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
指定された名前のbeanを返します.
getBeanInstance(BeanManager, String) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
指定された名前のbeanを返します.
getBeanInstance(Class<T>, Annotation...) - クラス org.seasar.junitcdi.core.util.BeanLookupUtil の static メソッド
指定された型のbeanを返します.
getBeanInstance(BeanManager, Class<T>, Annotation...) - クラス org.seasar.junitcdi.core.util.BeanLookupUtil の static メソッド
指定された型のbeanを返します.
getBeanManager() - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
スレッド固有のCDIコンテナを返します.
getBeansXml() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getCallbackMethods(String, CDI.CallbackMethodType) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
指定したテストメソッドに対応するBeforeまたはAfterメソッドを返します.
getContext() - クラス org.seasar.junitcdi.core.internal.JndiContextFactory の static メソッド
現在のスレッドに関連づけられているCDI環境からJNDI Contextを取得して返します.
getContext() - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl のメソッド
 
getContext() - クラス org.seasar.junitcdi.core.internal.TestClassContextRegistrant のメソッド
テストクラス・スコープを提供するコンテキストを返します.
getDeployment() - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
Deploymentを返します.
getDeployment() - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage のメソッド
CDIコンテナの初期化に使用したDeploymentを返します.
getDescription() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストの記述を返します.
getEjbs() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getEnvironment() - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
getExpectedException() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストメソッドが期待する例外を返します.
getId() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getInitialContext(Hashtable<?, ?>) - クラス org.seasar.junitcdi.core.internal.JndiContextFactory のメソッド
 
getInstance() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストのインスタンスを返します.
getMethod() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストメソッドを返します.
getNameInNamespace() - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
getNameParser(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
getNameParser(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
getQualifiers(Description, Annotation) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストクラスおよびテストメソッドに注釈されたQualifierの配列を返します.
getResourceName(InjectionPoint) - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl のメソッド
 
getServices() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
 
getServices(Class<S>) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
指定されたサービスを返します.
getServices() - クラス org.seasar.junitcdi.core.internal.DeploymentImpl のメソッド
 
getThrowable() - クラス org.seasar.junitcdi.core.event.TestInfo のメソッド
テストメソッドがスローした例外を返します.

I

instance - クラス org.seasar.junitcdi.core.event.TestInfo の変数
テストのインスタンス
isCallbackMethod(FrameworkMethod, String, CDI.CallbackMethodType) - クラス org.seasar.junitcdi.core.runner.CDI の static メソッド
メソッドが指定のメソッドに対応するBeforeまたはAfterメソッドならtrueを返します.
isCallbackMethod(String, String, String) - クラス org.seasar.junitcdi.core.runner.CDI の static メソッド
メソッドが指定のメソッドに対応するBeforeまたはAfterメソッドならtrueを返します.
isCallbackMethod(String[], String) - クラス org.seasar.junitcdi.core.runner.CDI の static メソッド
メソッドが指定のメソッドに対応するBeforeまたはAfterメソッドならtrueを返します.
isCreationLockRequired() - クラス org.seasar.junitcdi.core.internal.TestClassContext のメソッド
 

J

JAVA_NAMESPACE_PREFIX - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl の static 変数
Javaコンポーネントのプレフィックス
JndiContext - org.seasar.junitcdi.core.internal の クラス
JNDI Contextの単純な実装です.
JndiContext() - クラス org.seasar.junitcdi.core.internal.JndiContext のコンストラクタ
 
JndiContextFactory - org.seasar.junitcdi.core.internal の クラス
JndiContextのファクトリです.
JndiContextFactory() - クラス org.seasar.junitcdi.core.internal.JndiContextFactory のコンストラクタ
 

K

KeepExtensionBeanStore - org.seasar.junitcdi.core.internal の クラス
KeepExtensionBeanStore.clear()が呼ばれてもExtensionを削除せずに維持するBeanStoreです.
KeepExtensionBeanStore() - クラス org.seasar.junitcdi.core.internal.KeepExtensionBeanStore のコンストラクタ
 

L

LifecycleHelper - org.seasar.junitcdi.core.internal の クラス
Lifecycleを操作するためのヘルパークラスです.
LifecycleHelper() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper のコンストラクタ
 
list(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
list(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
listBindings(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
listBindings(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
loadBeanDeploymentArchive(Class<?>) - クラス org.seasar.junitcdi.core.internal.DeploymentImpl のメソッド
 
lookup(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
lookup(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
lookupLink(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
lookupLink(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 

M

map - クラス org.seasar.junitcdi.core.internal.JndiContext の変数
名前にバインドされたオブジェクトのマップ
method - クラス org.seasar.junitcdi.core.event.TestInfo の変数
テストメソッド
methodBlock(FrameworkMethod) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 
methodInvoker(FrameworkMethod, Object) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 

O

org.seasar.junitcdi.core - パッケージ org.seasar.junitcdi.core
テストクラスで利用可能なアノテーションを提供するパッケージです.
org.seasar.junitcdi.core.event - パッケージ org.seasar.junitcdi.core.event
RunListenerに対応したイベントや, JUnit CDI Extensions独自のイベントをCDIのイベントとして受け取るためのアノテーションを提供するパッケージです.
org.seasar.junitcdi.core.exception - パッケージ org.seasar.junitcdi.core.exception
 
org.seasar.junitcdi.core.internal - パッケージ org.seasar.junitcdi.core.internal
JUnit4のテストクラスでCDIを利用するための実装クラスを提供するパッケージです.
org.seasar.junitcdi.core.runner - パッケージ org.seasar.junitcdi.core.runner
JUnit4のテストクラスでCDIを利用するためのRunnerを提供するパッケージです.
org.seasar.junitcdi.core.util - パッケージ org.seasar.junitcdi.core.util
テストクラスで利用可能なユーティリティを提供するパッケージです.

R

rebind(Name, Object) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
rebind(String, Object) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
registerServices(Deployment) - インタフェース org.seasar.junitcdi.core.internal.ServicesProvider のメソッド
Deploymentにサービスを登録します.
removeFromEnvironment(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
rename(Name, Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
rename(String, String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
ResourceInjectionServicesImpl - org.seasar.junitcdi.core.internal の クラス
Resourceで注釈されたフィールドまたはプロパティDIされるオブジェクトを解決するクラスです.
ResourceInjectionServicesImpl() - クラス org.seasar.junitcdi.core.internal.ResourceInjectionServicesImpl のコンストラクタ
 
rethrow(ObserverException) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
オブザーバーがスローした例外をスローします.
runChild(FrameworkMethod, RunNotifier) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 

S

scan() - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
beans.xmlファイルが存在するディレクトリまたはJarファイルからbeanクラスをスキャンします.
scanDirectory(ClassLoader, File, String) - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
ディレクトリに含まれるbeanクラスをスキャンします.
scanJar(ClassLoader, File) - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl のメソッド
Jarファイルに含まれるbeanクラスをスキャンします.
serviceRegistry - クラス org.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl の変数
サービスのレジストリ
ServicesProvider - org.seasar.junitcdi.core.internal の インタフェース
CDIコンテナにデプロイするサービスを提供します.
setApplicationContextStore(BeanStore) - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage のメソッド
ApplicationScopedBeanStoreを設定します.
setDeployment(Deployment) - クラス org.seasar.junitcdi.core.internal.ContainerLocalStorage のメソッド
CDIコンテナの初期化に使用したDeploymentを設定します.
setupDefaultContexts() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
デフォルトの全コンテキストを準備します.
setupLocalStorage(Deployment, BeanStore) - クラス org.seasar.junitcdi.core.internal.BeanManagerHelper の static メソッド
ContainerLocalStorageを準備します.
setupRequestContexts() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
リクエスト・スコープのコンテキストを準備します.
setupTestClassContext() - クラス org.seasar.junitcdi.core.internal.LifecycleHelper の static メソッド
テストクラス・スコープのコンテキストを準備します.

T

TestAssumptionFailure - org.seasar.junitcdi.core.event の 注釈型
テストメソッドの前提が満たされていないイベントを受け取るための注釈です.
testAssumptionFailure(Failure) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストの前提が満たされていなかったことを通知します.
testBean - クラス org.seasar.junitcdi.core.runner.CDI の変数
テストクラスのbean定義
testClass - 例外 org.seasar.junitcdi.core.exception.TestClassNotBeanException の変数
テストクラス
TestClassContext - org.seasar.junitcdi.core.internal の クラス
テストクラス・スコープを提供するコンテキストです.
TestClassContext() - クラス org.seasar.junitcdi.core.internal.TestClassContext のコンストラクタ
インスタンスを構築します.
TestClassContextRegistrant - org.seasar.junitcdi.core.internal の クラス
テストクラス・スコープを提供するコンテキストを追加するためのExtensionです.
TestClassContextRegistrant() - クラス org.seasar.junitcdi.core.internal.TestClassContextRegistrant のコンストラクタ
 
TestClassNotBeanException - org.seasar.junitcdi.core.exception の 例外
CDIランナーが指定されたテストクラスがCDIで管理されるBeanでない場合にスローされます.
TestClassNotBeanException(Class<?>) - 例外 org.seasar.junitcdi.core.exception.TestClassNotBeanException のコンストラクタ
 
TestClassScoped - org.seasar.junitcdi.core の 注釈型
テストクラス・スコープのbeanに注釈します.
TestEventNotifier - org.seasar.junitcdi.core.internal の クラス
JUnitのテストイベントを通知するbeanです.
TestEventNotifier() - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のコンストラクタ
 
testEventNotifier - クラス org.seasar.junitcdi.core.runner.CDI の変数
テストイベントを通知するbean
TestFailure - org.seasar.junitcdi.core.event の 注釈型
テストメソッドが失敗したイベントを受け取るための注釈です.
testFailure(Failure) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストが失敗したことを通知します.
TestFinished - org.seasar.junitcdi.core.event の 注釈型
テストメソッドが終了したイベントを受け取るための注釈です.
testFinished(Description) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストが終了したことを通知します.
TestIgnored - org.seasar.junitcdi.core.event の 注釈型
テストメソッドが無視されたイベントを受け取るための注釈です.
testIgnored(Description) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストが無視したことを通知します.
TestInfo - org.seasar.junitcdi.core.event の クラス
実行中のテストの情報です.
TestInfo(Description, Bean<?>, Object) - クラス org.seasar.junitcdi.core.event.TestInfo のコンストラクタ
インスタンスを構築します.
TestInfo(Description, Bean<?>, Object, Method) - クラス org.seasar.junitcdi.core.event.TestInfo のコンストラクタ
インスタンスを構築します.
TestInfo(Description, Bean<?>, Object, Method, Throwable) - クラス org.seasar.junitcdi.core.event.TestInfo のコンストラクタ
インスタンスを構築します.
TestMethodFinished - org.seasar.junitcdi.core.event の 注釈型
テストメソッドの実行が終了したイベントを受け取るための注釈です.
testMethodFinished(TestInfo) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストメソッドの実行が終了したことを通知します.
TestMethodStarted - org.seasar.junitcdi.core.event の 注釈型
テストメソッドの実行が開始したイベントを受け取るための注釈です.
testMethodStarted(TestInfo) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストメソッドの実行が開始されることを通知します.
TestStarted - org.seasar.junitcdi.core.event の 注釈型
テストメソッドが開始されるイベントを受け取るための注釈です.
testStarted(Description) - クラス org.seasar.junitcdi.core.internal.TestEventNotifier のメソッド
テストが開始したことを通知します.
throwable - クラス org.seasar.junitcdi.core.event.TestInfo の変数
テストメソッドがスローした例外

U

unbind(Name) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 
unbind(String) - クラス org.seasar.junitcdi.core.internal.JndiContext のメソッド
 

W

withAfters(FrameworkMethod, Object, Statement) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 
withBefores(FrameworkMethod, Object, Statement) - クラス org.seasar.junitcdi.core.runner.CDI のメソッド
 

A B C D E G I J K L M O R S T U W

Copyright © 2010 The Seasar Foundation. All Rights Reserved.