Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@Testアノテーションを使用せずに Junit テスト ケースを実行する必要があります。@Testアノテーションを使えばうまくいきます。
@Test
Junit テストを一括して実行する自動化テストを実施したいと考えています。そのためのサンプルプログラムを教えてください。
注:テスト スイートを試してみたので、テスト スイートに関する例を挙げないでください。