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.
テストが失敗した後に実行中のjunitテストを停止させる方法はありますか?
Ant では、junit タスクに、この動作を制御するオプション「haltonerror」および「haltonfailure」があることを知っています。
はい...この機能(またはその欠如)は、さまざまなTestRunners(Console、AWT、Swing、Ant、Maven、またはEclipseに組み込まれているものなど)に組み込まれています。使用している特定のプラットフォームのドキュメントでこのコントロールを探す必要があります。