クラス LongRunningIntegrationTest
java.lang.ObjectSE
org.junit.rules.TestWatcher
org.springframework.integration.test.support.LongRunningIntegrationTest
- 実装済みのインターフェース一覧:
org.junit.rules.TestRule
public class LongRunningIntegrationTest
extends org.junit.rules.TestWatcher
長時間実行されるテストがすべてのビルドで実行されないようにするルール。カバレッジを確保するために、CI ナイトリービルドで環境変数 RUN_LONG_INTEGRATION_TESTS を設定します。
- 導入:
- 3.0
- 作成者:
- Gary Russell, Artem Bilan
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) クラス org.junit.rules.TestWatcher から継承されたメソッド
failed, finished, skipped, skipped, starting, succeeded
コンストラクターの詳細
LongRunningIntegrationTest
public LongRunningIntegrationTest()
方法の詳細
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - 次で指定:
- インターフェース
org.junit.rules.TestRule内のapply - オーバーライド:
- クラス
org.junit.rules.TestWatcherのapply