android.test
Class InstrumentationUtils
java.lang.Object
android.test.InstrumentationUtils
public class InstrumentationUtils
- extends Object
The InstrumentationUtils class has all the utility functions needed for
instrumentation tests.
- Not currently used.
|
Method Summary |
static int |
getMenuIdentifier(Class cls,
String identifier)
An utility function that returns the menu identifier for a particular
menu item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstrumentationUtils
public InstrumentationUtils()
getMenuIdentifier
public static int getMenuIdentifier(Class cls,
String identifier)
- An utility function that returns the menu identifier for a particular
menu item.
- Parameters:
cls - Class object of the class that handles the menu ite,.identifier - Menu identifier.
- Returns:
- The integer corresponding to the menu item.
Please submit a feedback, bug or feature