org.seasar.framework.unit
クラス Seasar2
java.lang.Object
org.junit.runner.Runner
org.seasar.framework.unit.Seasar2
public class Seasar2
- extends Runner
S2JUnit4を実行するためのRunner
です。
RunWith
に指定して次のように利用します。
@RunWith(Seasar2.class)
public class HogeTest {
...
}
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S2JUNIT4_CONFIG_KEY
public static final String S2JUNIT4_CONFIG_KEY
- 関連項目:
- 定数フィールド値
S2JUNIT4_CONFIG_PATH
public static final String S2JUNIT4_CONFIG_PATH
- 関連項目:
- 定数フィールド値
configurationContainer
protected static S2Container configurationContainer
provider
protected static Seasar2.Provider provider
Seasar2
public Seasar2(Class<?> clazz)
throws Exception
- 例外:
Exception
createTestClassRunner
protected Runner createTestClassRunner(Class<?> clazz)
throws Exception
- 例外:
Exception
getProvider
protected static Seasar2.Provider getProvider()
setProvider
protected static void setProvider(Seasar2.Provider p)
configure
public static void configure()
configure
public static void configure(String configFile)
dispose
public static void dispose()
getDescription
public Description getDescription()
- 定義:
- クラス
Runner
内の getDescription
run
public void run(RunNotifier notifier)
- 定義:
- クラス
Runner
内の run
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.