- 按 update / updateAndReturnKeys 分组,内部再按 PreparedStatement
(有参数)和 Statement(无参数)子路径组织,提升可维护性
- 重命名 3 个测试方法以消除歧义:
testUpdateWithNullParams → testUpdateWithNullElement
testUpdateWithParamsIsNull → testUpdateWithParamsNull
testUpdateAndReturnKeysWithParamsIsNull → testUpdateAndReturnKeysWithParamsNull
- 新增 2 个测试用例补全 params=null 的 Statement 路径覆盖:
testUpdateWithParamsNull
testUpdateAndReturnKeysWithParamsNull