public class AndroidMatchers
extends java.lang.Object
| Constructor and Description |
|---|
AndroidMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static android.app.Activity |
anyActivity() |
static android.os.Bundle |
anyBundle() |
static android.widget.Button |
anyButton() |
static android.content.Context |
anyContext() |
static android.app.Fragment |
anyFragment() |
static android.app.FragmentManager |
anyFragmentManager() |
static android.content.Intent |
anyIntent() |
static android.view.MenuItem |
anyMenuItem() |
static android.os.Parcel |
anyParcel() |
static android.view.View |
anyView() |
public static android.widget.Button anyButton()
public static android.view.View anyView()
public static android.view.MenuItem anyMenuItem()
public static android.app.Fragment anyFragment()
public static android.app.Activity anyActivity()
public static android.content.Context anyContext()
public static android.content.Intent anyIntent()
public static android.os.Bundle anyBundle()
public static android.os.Parcel anyParcel()
public static android.app.FragmentManager anyFragmentManager()