mirror of
https://github.com/alibaba/testable-mock.git
synced 2026-08-22 19:23:29 +08:00
854 B
854 B
Release Note
v0.0.1
- PoC version
- use compile time code modification to support new operation mocking and private field & method access
v0.0.2
- add support of member method mocking by compile time code modification
v0.0.3
- use global method invoke to access private members instead of modification in place
- use
e.javareplacetestableclass make code more readable - introduce
agentmodule, use runtime byte code modification to support new operation and member method mocking
v0.0.4
- use runtime byte code rewrite to invoke testable setup method
- add
TestableUtilclass to fetch current test case and invocation source
v0.0.5
- use dynamically runtime modification to replace static
e.javafile - get rid of unit test framework dependence
- add testable ref field in test class at runtime instead of compile time