Summary:
Methods
| Inherited Methods
IntentCorrespondences
Kotlin
|Java
public
final
class
IntentCorrespondences
extends Object
java.lang.Object | |
↳ | androidx.test.ext.truth.content.IntentCorrespondences |
Collection of Correspondence
helpers for asserting lists of
Intent
s.
Summary
Public methods | |
---|---|
static
Correspondence<Intent, Intent>
|
action()
|
static
Correspondence<Intent, Intent>
|
all(Correspondence...<Intent, Intent> correspondences)
|
static
Correspondence<Intent, Intent>
|
data()
|
Inherited methods | |
---|---|
Public methods
action
public static Correspondence<Intent, Intent> action ()
Returns | |
---|---|
Correspondence<Intent, Intent> |