クラス 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.Statement
apply
(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