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.
好吧,无论如何,它似乎没有这样做。我的库使用非守护线程池,通常我必须显式关闭才能关闭应用程序,但 surefire 似乎不需要这个。无论如何,肯定会通过什么方法关闭线程池?它只是 sigterm-ing 还是 sigkill-ing 本身?作为测试套件的一部分,是否可以要求彻底关闭,例如在 testng 中?
您可以使用 @AfterSuite 方法执行任何必要的清理。
除此之外,surefire 或 TestNG 不可能知道您必要的应用程序清理。