mirror of
https://github.com/alibaba/testable-mock.git
synced 2026-08-19 09:43:29 +08:00
doc: one more thing to mention
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## 0.7.7
|
||||
|
||||
- skip bytecode process for classes which not associated to any mock class, speed up test initialization
|
||||
- only generate substitution method for mocked method references
|
||||
- fix compatibility issue with jdk 17
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
## 0.7.7
|
||||
|
||||
- 未关联Mock类的类型自动跳过字节码处理,提升大型项目测试启动速度
|
||||
- 仅对被Mock的方法引用生成替代方法 (issue-280)
|
||||
- 修复JDK 17的兼容性问题 (issue-283)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user