QuickJUnit

モジュール

以下の種類のfeatureが`repository/target/repository/`以下に生成される:

  • junit.extensions.eclipse.quick.feature

  • junit.extensions.eclipse.quick.mock.feature

  • junit.extensions.eclipse.quick.notifications.feature

  • junit.extensions.eclipse.quick.pde.feature

  • junit.extensions.eclipse.quick.process.feature

  • junit.extensions.eclipse.quick.template.feature

junit.extensions.eclipse.quick.feature

  • Ctrl+9: プロダクトコードとテストコード切り替え

  • Ctrl+0: テスト実行

  • Ctrl+Shift+0: テストデバッグ実行

mock

Mockito Integration

notifications

テスト結果を通知する機能?

pde

  • Ctrl+-: PDEテスト実行

  • Ctrl+Shift+-: PDEテストデバッグ実行

process

This plugin provides to launch a process when the test is ended.This feature’s main purpose is to notify test results.

template

コンテントアシストの追加

開発

次のようなエラーが出力される。現行バージョンのEclipseで動作させるためには変更が必要な模様。

!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2017-01-23 23:26:12.178 !MESSAGE Unable to acquire PluginConverter service during generation for: /Users/dewa/opt/raclipsemac1.2.0/Eclipse.app/Contents/Eclipse/dropins/quickjunit/eclipse/features/junit.extensions.eclipse.quick.feature-0.7.0-SNAPSHOT.jar.

!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2017-01-23 23:26:12.206 !MESSAGE Unable to acquire PluginConverter service during generation for: /Users/dewa/opt/raclipsemac1.2.0/Eclipse.app/Contents/Eclipse/dropins/quickjunit/eclipse/features/junit.extensions.eclipse.quick.feature-0.7.0-SNAPSHOT.jar.

変更せずに使用するには Eclipse 2.0 Style Plugin Support プラグインを別途インストールする必要がある(4.4以降[1])。

各Eclipseバージョンのアップデートサイトにアクセスすれば取得できる。URLはデフォルトで登録済みのはずなので、そこから選択すれば良い。