クラス 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

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • 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.TestRuleapply 
      オーバーライド:
      クラス org.junit.rules.TestWatcherapply