A C D E F G I L M O P R S U W

A

assertCurrentActivity(String, String) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one.
assertCurrentActivity(String, Class) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one.
assertCurrentActivity(String, String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one, with the possibility to verify that the expected Activity is a new instance of the Activity.
assertCurrentActivity(String, Class, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the expected Activity is the currently active one, with the possibility to verify that the expected Activity is a new instance of the Activity.
assertMemoryNotLow() - Method in class com.jayway.android.robotium.solo.Solo
Asserts that the available memory in the system is not low.

C

clearEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Clears the value of an EditText.
clearEditText(EditText) - Method in class com.jayway.android.robotium.solo.Solo
Clears the value of an EditText.
clickInList(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given list line and returns an ArrayList of the TextView objects that the list line is showing.
clickInList(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given list line on a specified list and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line on a specified list and returns an ArrayList of the TextView objects that the list line is showing.
clickLongInList(int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given list line on a specified list and returns an ArrayList of the TextView objects that the list line is showing.
clickLongOnScreen(float, float) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks a given coordinate on the screen.
clickLongOnScreen(float, float, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks a given coordinate on the screen for a given amount of time.
clickLongOnText(String) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnText(String, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnTextAndPress(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View and then selects an item from the context menu that appears.
clickLongOnView(View) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View.
clickLongOnView(View, int) - Method in class com.jayway.android.robotium.solo.Solo
Long clicks on a given View for a given amount of time.
clickOnButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a Button with a given text.
clickOnButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a Button with a given index.
clickOnCheckBox(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a CheckBox with a given index.
clickOnEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an EditText with a given index.
clickOnImage(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ImageView with a given index.
clickOnImageButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on an ImageButton with a given index.
clickOnMenuItem(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a MenuItem with a given text.
clickOnMenuItem(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a MenuItem with a given text.
clickOnRadioButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a RadioButton with a given index.
clickOnScreen(float, float) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given coordinate on the screen.
clickOnText(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a View displaying a given text.
clickOnToggleButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a ToggleButton with a given text.
clickOnView(View) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a given View.
CLOSED - Static variable in class com.jayway.android.robotium.solo.Solo
 
com.jayway.android.robotium.solo - package com.jayway.android.robotium.solo
 

D

DELETE - Static variable in class com.jayway.android.robotium.solo.Solo
 
DOWN - Static variable in class com.jayway.android.robotium.solo.Solo
 
drag(float, float, float, float, int) - Method in class com.jayway.android.robotium.solo.Solo
Simulate touching a given location and dragging it to a new location.

E

ENTER - Static variable in class com.jayway.android.robotium.solo.Solo
 
enterText(int, String) - Method in class com.jayway.android.robotium.solo.Solo
Enters text into an EditText with a given index.
enterText(EditText, String) - Method in class com.jayway.android.robotium.solo.Solo
Enters text into a given EditText.

F

finalize() - Method in class com.jayway.android.robotium.solo.Solo
Finalizes the solo object and removes the ActivityMonitor.
finishOpenedActivities() - Method in class com.jayway.android.robotium.solo.Solo
All activities that have been active are finished.

G

getActivityMonitor() - Method in class com.jayway.android.robotium.solo.Solo
Returns the ActivityMonitor used by Robotium.
getAllOpenedActivities() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of all the opened/active activities.
getButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button with a given index.
getButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button which shows a given text.
getButton(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns a Button which shows a given text.
getCurrentActivity() - Method in class com.jayway.android.robotium.solo.Solo
Returns the current Activity.
getCurrentButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the Button objects currently shown in the focused Activity or Dialog.
getCurrentCheckBoxes() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the CheckBox objects currently shown in the focused Activity or Dialog.
getCurrentDatePickers() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the DatePicker objects currently shown in the focused Activity or Dialog.
getCurrentEditTexts() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the EditText objects currently shown in the focused Activity or Dialog.
getCurrentGridViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the GridView objects currently shown in the focused Activity or Dialog.
getCurrentImageButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ImageButton objects currently shown in the focused Activity or Dialog.
getCurrentImageViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ImageView objects currently shown in the focused Activity or Dialog.
getCurrentListViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ListView objects currently shown in the focused Activity or Dialog.
getCurrentProgressBars() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ProgressBar objects currently shown in the focused Activity or Dialog.
getCurrentRadioButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the RadioButton objects currently shown in the focused Activity or Dialog.
getCurrentScrollViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ScrollView objects currently shown in the focused Activity or Dialog.
getCurrentSlidingDrawers() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the SlidingDrawer objects currently shown in the focused Activity or Dialog.
getCurrentSpinners() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the Spinner objects (drop-down menus) currently shown in the focused Activity or Dialog.
getCurrentTextViews(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the TextView objects currently shown in the focused Activity or Dialog.
getCurrentTimePickers() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the TimePicker objects currently shown in the focused Activity or Dialog.
getCurrentToggleButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ToggleButton objects currently shown in the focused Activity or Dialog.
getCurrentViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the View objects currently shown in the focused Activity or Dialog.
getEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText with a given index.
getEditText(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText which shows a given text.
getEditText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns an EditText which shows a given text.
getImage(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ImageView with a given index.
getImageButton(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ImageButton with a given index.
getString(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a localized string.
getText(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView with a given index.
getText(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView which shows a given text.
getText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Returns a TextView which shows a given text.
getTopParent(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns the absolute top parent View for a given View.
getView(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a View with a given id.
getView(Class<T>, int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a View of a given class and index.
getViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of all the View objects located in the focused Activity or Dialog.
getViews(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the View objects contained in the parent View.
goBack() - Method in class com.jayway.android.robotium.solo.Solo
Simulates pressing the hardware back key.
goBackToActivity(String) - Method in class com.jayway.android.robotium.solo.Solo
Returns to the given Activity.

I

isCheckBoxChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a CheckBox with a given index is checked.
isCheckBoxChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a CheckBox with a given text is checked.
isRadioButtonChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a RadioButton with a given index is checked.
isRadioButtonChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a RadioButton with a given text is checked.
isSpinnerTextSelected(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a given text is selected in any Spinner located in the current screen.
isSpinnerTextSelected(int, String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a given text is selected in a given Spinner.
isTextChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if the given text is checked.
isToggleButtonChecked(String) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a ToggleButton with a given text is checked.
isToggleButtonChecked(int) - Method in class com.jayway.android.robotium.solo.Solo
Checks if a ToggleButton with a given index is checked.

L

LANDSCAPE - Static variable in class com.jayway.android.robotium.solo.Solo
 
LEFT - Static variable in class com.jayway.android.robotium.solo.Solo
 

M

MENU - Static variable in class com.jayway.android.robotium.solo.Solo
 

O

OPENED - Static variable in class com.jayway.android.robotium.solo.Solo
 

P

PORTRAIT - Static variable in class com.jayway.android.robotium.solo.Solo
 
pressMenuItem(int) - Method in class com.jayway.android.robotium.solo.Solo
Presses a MenuItem with a given index.
pressMenuItem(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Presses a MenuItem with a given index.
pressSpinnerItem(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Presses on a Spinner (drop-down menu) item.

R

RIGHT - Static variable in class com.jayway.android.robotium.solo.Solo
 

S

scrollDown() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls down the screen.
scrollDownList(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls down a list with a given index.
scrollToSide(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls horizontally.
scrollUp() - Method in class com.jayway.android.robotium.solo.Solo
Scrolls up the screen.
scrollUpList(int) - Method in class com.jayway.android.robotium.solo.Solo
Scrolls up a list with a given index.
searchButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if at least one Button is found.
searchButton(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if at least one Button is found.
searchButton(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if the searched Button is found a given number of times.
searchButton(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a Button with the given text string and returns true if the searched Button is found a given number of times.
searchEditText(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string in the EditText objects currently shown and returns true if found.
searchText(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if at least one item is found with the expected text.
searchText(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if at least one item is found with the expected text.
searchText(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchText(String, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchText(String, int, boolean, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a text string and returns true if the searched text is found a given number of times.
searchToggleButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a ToggleButton with the given text string and returns true if at least one ToggleButton is found.
searchToggleButton(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a ToggleButton with the given text string and returns true if the searched ToggleButton is found a given number of times.
sendKey(int) - Method in class com.jayway.android.robotium.solo.Solo
Sends a key: Right, Left, Up, Down, Enter, Menu or Delete.
setActivityOrientation(int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the Orientation (Landscape/Portrait) for the current activity.
setDatePicker(int, int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the date in a DatePicker with a given index.
setDatePicker(DatePicker, int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the date in a given DatePicker.
setProgressBar(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the progress of a ProgressBar with a given index.
setProgressBar(ProgressBar, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the progress of a given ProgressBar.
setSlidingDrawer(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the status of a SlidingDrawer with a given index.
setSlidingDrawer(SlidingDrawer, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the status of a given SlidingDrawer.
setTimePicker(int, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the time in a TimePicker with a given index.
setTimePicker(TimePicker, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Sets the time in a given TimePicker.
sleep(int) - Method in class com.jayway.android.robotium.solo.Solo
Robotium will sleep for a specified time.
Solo - Class in com.jayway.android.robotium.solo
Contains all the methods that the sub-classes have.
Solo(Instrumentation, Activity) - Constructor for class com.jayway.android.robotium.solo.Solo
Constructor that takes in the instrumentation and the start activity.
Solo(Instrumentation) - Constructor for class com.jayway.android.robotium.solo.Solo
Constructor that takes in the instrumentation.

U

UP - Static variable in class com.jayway.android.robotium.solo.Solo
 

W

waitForActivity(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for the given Activity.
waitForActivity(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for the given Activity.
waitForDialogToClose(long) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a Dialog to close.
waitForText(String) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForText(String, int, long, boolean, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a text to be shown.
waitForView(Class<T>) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.
waitForView(View) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View to be shown.
waitForView(View, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View to be shown.
waitForView(Class<T>, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.
waitForView(Class<T>, int, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a View of a certain class to be shown.

A C D E F G I L M O P R S U W

Copyright © 2009-2012. All Rights Reserved.