0
0

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 1 year has passed since last update.

Intellij Unit テスト実行方法

Posted at

1, 直接Junit の設定をして、テスト実行するパターン

1, intellij の右上、からedit configuration 
image.png

2, 設定を以下のように。
image.png

3, 緑三角の実行ボタンをクリック。

他のパターン

2, gradle ツールから実行するパターン

Tasks > verification > test をクリックする。
image.png

 

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?