| java.lang.Object | |
| ↳ | android.support.test.espresso.intent.VerificationModes |
Implementations of VerificationMode.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
VerificationMode in which all matching intents must have been previously
verified. | |||||||||||
Creates a
VerificationMode in which a specified number of intents must match. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Creates a VerificationMode in which all matching intents must have been previously
verified.
| Returns | |
|---|---|
VerificationMode |
|
Creates a VerificationMode in which a specified number of intents must match.
| Parameters | |
|---|---|
times |
int |
| Returns | |
|---|---|
VerificationMode |
|