doc: fix link to invoke matcher page

This commit is contained in:
金戟 2022-05-19 18:53:13 +08:00
parent 7aedcf63b5
commit 237b9ebb15
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ For complete code examples, see the `should_get_source_method_name()` and `shoul
In test cases, you can use the `InvocationVerifier.verifyInvoked()` method, and cooperate with `with()`, `withInOrder()`, `without()`, `withTimes()` and other methods to verify the mock call situation.
For details, please refer to the [Check Mock Call](en-us/doc/matcher.md) document.
For details, please refer to the [Check Mock Call](en-us/doc/invoke-matcher.md) document.
### 4. Special instructions

View File

@ -165,7 +165,7 @@ private Data mockDemo() {
在测试用例中可用通过`InvocationVerifier.verifyInvoked()`方法,配合`with()`、`withInOrder()`、`without()`、`withTimes()`等方法实现对Mock调用情况的验证。
详见[校验Mock调用](zh-cn/doc/matcher.md)文档。
详见[校验Mock调用](zh-cn/doc/invoke-matcher.md)文档。
### 4. 特别说明