Tatsukiyoshi / Weekend_Programming

The result of my study of programming over the weekend
0 stars 0 forks source link

JUnit移行 #1579

Closed Tatsukiyoshi closed 2 weeks ago

Tatsukiyoshi commented 1 month ago

Androidアプリケーションで、JUnit 4を使用しており、非推奨になったため、JUnit 5に移行する https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4

Tatsukiyoshi commented 1 month ago

下記サイトが移行手順が整理されており、分かりやすい https://zenn.dev/ro_komatsuna/articles/junit4_to_junit5

Tatsukiyoshi commented 2 weeks ago

以前のバージョンでプロジェクトを作成した際、テンプレートで追加されたレベルのテストコードだったので、容易に移行完了