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.
我知道使用“mvn -Dtest=TestCircle#mytest test”可以在控制台中做到这一点,但我想在 Eclipse 中做一些事情,比如我选择一个方法并右键单击而不是运行,就像这样。
我曾尝试使用 eclipse 变量来设置测试命令参数,但没有变量可以返回我选择的类名和方法名。
在 Eclipse 中,您只需在包资源管理器中选择要测试的方法,然后选择右键单击 -> 运行方式 -> JUnit 测试(见图)。
不过,那时与 Maven 无关。