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 为下面提到的方法编写测试用例?因为它有 void 方法,所以我在 assertEquals、assertTrue 等中遇到错误。请帮帮我
public void addUserGroup(String roleDomain, String roleName) throws AppRuntimeException