|
||||||||||
前 次 | フレームあり フレームなし |
TestContext を使用しているパッケージ | |
---|---|
org.seasar.framework.unit | S2コンテナと連動するテスト機能を提供します。 |
org.seasar.framework.unit.impl |
org.seasar.framework.unit での TestContext の使用 |
---|
org.seasar.framework.unit での TestContext のサブインタフェース | |
---|---|
interface |
InternalTestContext
|
TestContext 型のパラメータを持つ org.seasar.framework.unit のメソッド | |
---|---|
void |
ConfigFileIncluder.include(TestContext testContext)
コンポーネント定義の設定ファイルをテスト時のルートのS2コンテナにインクルードします。 |
void |
TestDataPreparer.prepare(TestContext testContext)
テストデータを準備します。 |
DataSet |
ExpectedDataReader.read(TestContext testContext)
期待値を読み込みます。 |
org.seasar.framework.unit.impl での TestContext の使用 |
---|
TestContext を実装している org.seasar.framework.unit.impl のクラス | |
---|---|
class |
InternalTestContextImpl
|
TestContext として宣言されている org.seasar.framework.unit.impl のフィールド | |
---|---|
protected TestContext |
DataAccessorImpl.testContext
|
TestContext 型のパラメータを持つ org.seasar.framework.unit.impl のメソッド | |
---|---|
void |
ConfigFileIncluderImpl.include(TestContext testContext)
|
protected void |
ConfigFileIncluderImpl.include(TestContext testContext,
String path)
|
void |
TestDataPreparerImpl.prepare(TestContext testContext)
|
DataSet |
ExpectedDataReaderImpl.read(TestContext testContext)
|
void |
DataAccessorImpl.setTestContext(TestContext testContext)
|
|
||||||||||
前 次 | フレームあり フレームなし |