liutao

Results 2 comments of liutao

您好,跑单元测试,新增一个用户,为何同一个方法会调用两次? 如: org.hswebframework.web.authorization.Authentication.UserTests createTestUser() 其中 userService.insert(userEntity); 执行两次, 导致事务回滚

@zhou-hao 解决了,测试代码的问题。