org.seasar.framework.unit
クラス Seasar2

java.lang.Object
  上位を拡張 org.junit.runner.Runner
      上位を拡張 org.seasar.framework.unit.Seasar2

public class Seasar2
extends org.junit.runner.Runner

作成者:
taedium

入れ子のクラスの概要
static interface Seasar2.Configurator
           
static class Seasar2.DefaultConfigurator
           
static class Seasar2.DefaultProvider
           
static interface Seasar2.Provider
           
 
フィールドの概要
protected static org.seasar.framework.container.S2Container configurationContainer
           
protected static Seasar2.Provider provider
           
static String S2JUNIT4_CONFIG_KEY
           
static String S2JUNIT4_CONFIG_PATH
           
 
コンストラクタの概要
Seasar2(Class<?> clazz)
           
 
メソッドの概要
static void configure()
           
static void configure(String configFile)
           
protected  org.junit.runner.Runner createTestClassRunner(Class<?> clazz)
           
static void dispose()
           
 org.junit.runner.Description getDescription()
           
protected static Seasar2.Provider getProvider()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
protected static void setProvider(Seasar2.Provider p)
           
 
クラス org.junit.runner.Runner から継承されたメソッド
testCount
 
クラス 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 org.seasar.framework.container.S2Container configurationContainer

provider

protected static Seasar2.Provider provider
コンストラクタの詳細

Seasar2

public Seasar2(Class<?> clazz)
        throws Exception
例外:
Exception
メソッドの詳細

createTestClassRunner

protected org.junit.runner.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 org.junit.runner.Description getDescription()
定義:
クラス org.junit.runner.Runner 内の getDescription

run

public void run(org.junit.runner.notification.RunNotifier notifier)
定義:
クラス org.junit.runner.Runner 内の run


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.