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.
我有一个包含许多单元测试的 Groovy 单元测试类。在 JUnit 方式中,我通常会在选择测试功能的情况下运行,但这不起作用。
您如何从 STS 运行重点单元测试?我知道在命令行上是可能的,但我想从 IDE 中完成。
运行整个套件一次:右键单击文件 -> 运行方式 -> JUnit 测试。
在所有测试出现后,您可以终止该过程。然后选择要运行的单元测试,右键->运行。
或者,打开您的启动配置对话框,创建一个 JUnit 测试启动配置。选择您的项目、包和测试类。您还可以选择单元测试。