Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

同一テストクラス内のテストケースを一度に実行

全てのテストケースを同時に実行するには 「すべて実行」をクリックします。

Image Modified

複数テストクラス内のテストケースを一度に実行

実行単体テストアシスタントビューではなく、 Eclipse Package Explorer や IntelliJ IDEA Tool Window からテストケースを実行します。

  • Eclipse
  1. Package Explorerでプロジェクトを選択して右クリック > Jtest As > Jtest Configurations… を選択します。
  2. “Run all tests in the selected project, package or source folder” ラジオボタンを選択します。テストケースを実行する範囲を [Search…] で選択します。

    Image Modified

  3. Jtest ボタンを押下します。
  • IntelliJ IDEA

 Tool Windowで作成したプロジェクトやテストパッケージを選択して右クリック > Jtest ‘All Tests’ や Jtest ‘Tests in ‘パッケージ名’を選択します。

Image Modified