| Package | Description |
|---|---|
| com.alibaba.testable.core.matcher |
| Modifier and Type | Method and Description |
|---|---|
InvokeVerifier |
InvokeVerifier.times(int count)
Expect several consecutive invocations with the same parameters
|
static InvokeVerifier |
InvokeVerifier.verify(String mockMethodName)
Get counter to check whether specified mock method invoked
|
InvokeVerifier |
InvokeVerifier.with(Object... args)
Expect mock method invoked with specified parameters
|
InvokeVerifier |
InvokeVerifier.withInOrder(Object... args)
Expect next mock method call was invoked with specified parameters
|
InvokeVerifier |
InvokeVerifier.without(Object... args)
Expect mock method had never invoked with specified parameters
|
InvokeVerifier |
InvokeVerifier.withTimes(int expectedCount)
Expect mock method have been invoked specified times
|
Copyright © 2021. All rights reserved.