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(控制台、AWT、Swing、Ant、Maven 或内置于 Eclipse 等)中。您必须在您使用的特定平台的文档中查找此控件。