A C D E F G L P R S

A

assertCurrentActivity(String, String) - Method in class com.jayway.android.robotium.solo.Solo
Method used to assert that an expected activity is currently active.
assertCurrentActivity(String, Class) - Method in class com.jayway.android.robotium.solo.Solo
Method used to assert that an expected activity is currently active.
assertCurrentActivity(String, String, boolean) - Method in class com.jayway.android.robotium.solo.Solo
Method used to assert that an expected activity is currently active 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
Method used to assert that an expected activity is currently active with the possibility to verify that the expected activity is a new instance of the activity.

C

clickLongOnScreen(View) - Method in class com.jayway.android.robotium.solo.Solo
Method used to long click on a specific view.
clickLongOnTextAndPress(String, int) - Method in class com.jayway.android.robotium.solo.Solo
This method is used to long click on a specific text view and then selecting an item from the menu that appears.
clickOnButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Method used to click on a button with a given text.
clickOnButton(int) - Method in class com.jayway.android.robotium.solo.Solo
This method used to click on a button with a specific index.
clickOnImage(int) - Method in class com.jayway.android.robotium.solo.Solo
This method is used to click on an image with a certain index.
clickOnScreen(View) - Method in class com.jayway.android.robotium.solo.Solo
Method used to click on a specific view.
clickOnText(String) - Method in class com.jayway.android.robotium.solo.Solo
This method is used to click on a specific view displaying a certain text.
com.jayway.android.robotium.solo - package com.jayway.android.robotium.solo
 

D

drag(float, float, float, float, int) - Method in class com.jayway.android.robotium.solo.Solo
Simulate touching a specific location and dragging to a new location.

E

enterText(int, String) - Method in class com.jayway.android.robotium.solo.Solo
This method is used to enter text into an EditText or a NoteField with a certain index.

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
This method returns an ArrayList of all the opened/active activities.
getButton(int) - Method in class com.jayway.android.robotium.solo.Solo
This method returns a button with a certain index.
getCurrenButtonsCount() - Method in class com.jayway.android.robotium.solo.Solo
This method returns the number of buttons located in the current activity.
getCurrentActivity() - Method in class com.jayway.android.robotium.solo.Solo
This method returns the current activity.
getCurrentButtons() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList with the buttons located in the current activity.
getCurrentEditTexts() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of all the edit texts located in the current activity.
getCurrentGridViews() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of the grid views located in the current activity.
getCurrentImageViews() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of the images contained in the current activity.
getCurrentListViews() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of all the list views located in the current activity.
getCurrentSpinners() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of spinners (drop-down menus) located in the current activity.
getCurrentTextViews(View) - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of the text views located in the current activity.
getEditText(int) - Method in class com.jayway.android.robotium.solo.Solo
This method returns an EditText with a certain index.
getTopParent(View) - Method in class com.jayway.android.robotium.solo.Solo
Method used to get the absolute top view in an activity.
getViews() - Method in class com.jayway.android.robotium.solo.Solo
This method returns an ArrayList of all the views located in the current activity.
goBack() - Method in class com.jayway.android.robotium.solo.Solo
Method used to simulate pressing the hard key back.

L

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

P

pressMenuItem(int) - Method in class com.jayway.android.robotium.solo.Solo
Method used to press a MenuItem with a certain index.
pressSpinnerItem(int, int) - Method in class com.jayway.android.robotium.solo.Solo
Method used to press on a spinner (drop-down menu) item.

R

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

S

scrollDownList() - Method in class com.jayway.android.robotium.solo.Solo
This method is used to scroll down a list or scroll view.
scrollToSide(int) - Method in class com.jayway.android.robotium.solo.Solo
This method is used to scroll horizontally.
scrollUpList() - Method in class com.jayway.android.robotium.solo.Solo
This method is used to scroll up a list.
searchButton(String) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a button with the given search string and returns true if at least one button is found with the expected text.
searchButton(String, int) - Method in class com.jayway.android.robotium.solo.Solo
Searches for a button with the given search 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 edit texts 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, 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.
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.

A C D E F G L P R S

Copyright © 2009-2010. All Rights Reserved.