問題タブ [parameterized-unit-test]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 一部の Junit5 テスト コードが実行されない
Junit5 と Mockito でアンドロイドを開発しています。
いくつかのテストはParameterizedTest
、他のものはただTest
です。
これが私のサンプルコードです。
このテストを実行すると、「ParameterizedTests」のみが実行されます。
JUnit テスト コンソール リストに「JustTests」が表示されません。
「JustTests」も実行するにはどうすればよいですか?
unit-testing - Junit4 で @RunWith(RobolectricTestRunner::class) と @RunWith(Parameterized::class) を一緒に実行する方法
Kotlin で記述された Android アプリケーションをテストする必要があります。私は試した
しかし、うまくいきません。これらの 2 つのランナーを使用する別のソリューションがあるかどうかを調べています。また、Junit5 を使用することもできましたが、Roboelectric はまだ Junit5 と互換性がありません。