update release note

This commit is contained in:
Fan Lin 2020-11-15 14:37:44 +08:00
parent d7ffbcbc32
commit 80499f0da2
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,6 @@
主项目使用JDK 1.6+和Maven 3+版本构建,其中`demo`子项目需要JDK 1.8+版本。
由于`TestableMock`的测试也用到了`TestableMock`本身,本地首次构建时候需要使用`install`而不能只做`package`
```bash
mvn clean install
```

View File

@ -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