mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-03-26 12:05:04 +08:00
doc: fix link to invoke matcher page
This commit is contained in:
parent
7aedcf63b5
commit
237b9ebb15
@ -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
|
||||
|
||||
|
@ -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. 特别说明
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user