A C D E F G I L M 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 TextViews 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 menu item with a given text.
clickOnMenuItem(String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Clicks on a menu item 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.
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
All activites that have been active are finished.

G

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.
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 located in the current Activity.
getCurrentCheckBoxes() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the CheckBox objects contained in the current Activity.
getCurrentDatePickers() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the DatePicker objects contained in the current Activity.
getCurrentEditTexts() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the EditText objects contained in the current Activity.
getCurrentGridViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the GridView objects contained in the current Activity.
getCurrentImageButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ImageButton objects contained in the current Activity.
getCurrentImageViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ImageView objects contained in the current Activity.
getCurrentListViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ListView objects contained in the current Activity.
getCurrentProgressBars() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ProgressBar objects contained in the current Activity.
getCurrentRadioButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the RadioButton objects contained in the current Activity.
getCurrentScrollViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ScrollView objects contained in the current Activity.
getCurrentSpinners() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the Spinner objects (drop-down menus) contained in the current Activity.
getCurrentTextViews(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the TextView objects contained in the current Activity or View.
getCurrentTimePickers() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the TimePicker objects contained in the current Activity.
getCurrentToggleButtons() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the ToggleButton objects contained in the current Activity.
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.
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.
getTopParent(View) - Method in class com.jayway.android.robotium.solo.Solo
Returns the absolute top parent View in for a given View.
getView(int) - Method in class com.jayway.android.robotium.solo.Solo
Returns a View with a given id.
getViews() - Method in class com.jayway.android.robotium.solo.Solo
Returns an ArrayList of the View objects located in the current Activity.
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 on 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
 

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.
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 listIndex.
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 listIndex.
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 located in the current Activity.
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
Tells Robotium to send a key: Right, Left, Up, Down, Enter, Menu, Delete, Call or End Call.
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.
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
This class 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.

U

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

W

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.
waitForView(Class<T>, int, int) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a view to be shown.
waitForView(Class<T>, int, int, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Waits for a view to be shown.

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

Copyright © 2009-2010. All Rights Reserved.