10
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Junitでカバレッジを取得する

Posted at

今回はJunitでカバレッジを取得する方法を書き連ねていきます。
とはいってもEclEmmaを導入するだけです。

1.まずはeclipseを起動し、「ヘルプ」→「Eclipseマーケットプレース」を選択します。
01.png

2.Eclipseマーケットプレースのウィンドウが開くので、検索欄にEclEmmaと入力し、「Go」ボタンを押下してください。
02.png

3.検索結果にEclEmmaが表示されるので、「インストール」ボタンを押下してインストールします。
03.png

4.利用規約が出てくるので、内容を確認して同意のラジオボタンを選択し、「完了」ボタンを押下してください。
04.png

5.インストールが完了すると、再起動するかどうか尋ねられるので「はい」を押下して再起動を実行してください。
05.png

6.さっそく実行してみます。
テストクラスを右クリックすると「カバレッジ」という項目が追加されているので、「カバレッジ」→「Junitテスト」を選択してJunitを実行します。
06.png

7.Junitの実行結果が表示されているのと同じ場所に新たに「カバレッジ」というタブが開かれます。
テスト対象クラスの何割が実行されたかが可視化されます。
07.png

8.ちなみに、クラスの方もこんな感じで色が付きます。
08.png

10
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?