mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-16 15:21:09 +08:00
update release note
This commit is contained in:
parent
d7ffbcbc32
commit
80499f0da2
@ -22,8 +22,6 @@
|
||||
|
||||
主项目使用JDK 1.6+和Maven 3+版本构建,其中`demo`子项目需要JDK 1.8+版本。
|
||||
|
||||
由于`TestableMock`的测试也用到了`TestableMock`本身,本地首次构建时候需要使用`install`而不能只做`package`:
|
||||
|
||||
```bash
|
||||
mvn clean install
|
||||
```
|
||||
|
@ -1,8 +1,10 @@
|
||||
# Release Note
|
||||
|
||||
## upcoming version
|
||||
- add `without()` to verify mock method not invoked with specified parameters
|
||||
- add `without()` checker to verify mock method never invoked with specified parameters
|
||||
- support fuzz matcher when verifying mock invocation
|
||||
- add `@MockWith` annotation to support share mock method between test classes
|
||||
- add method to print detail log of mocking process for debugging
|
||||
|
||||
## v0.2.2
|
||||
- support mock method parameters check
|
||||
|
Loading…
Reference in New Issue
Block a user