|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.app.Instrumentation
android.test.InstrumentationTestRunner
public class InstrumentationTestRunner
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.app.Instrumentation |
|---|
android.app.Instrumentation.ActivityMonitor, android.app.Instrumentation.ActivityResult |
| Field Summary | |
|---|---|
static String |
REPORT_KEY_NAME_CLASS
|
static String |
REPORT_KEY_NAME_TEST
|
static String |
REPORT_KEY_NUM_CURRENT
|
static String |
REPORT_KEY_NUM_TOTAL
|
static String |
REPORT_KEY_STACK
|
static String |
REPORT_VALUE_ID
|
static int |
REPORT_VALUE_RESULT_ERROR
|
static int |
REPORT_VALUE_RESULT_FAILURE
|
static int |
REPORT_VALUE_RESULT_OK
|
static int |
REPORT_VALUE_RESULT_START
|
| Fields inherited from class android.app.Instrumentation |
|---|
REPORT_KEY_IDENTIFIER, REPORT_KEY_STREAMRESULT |
| Constructor Summary | |
|---|---|
InstrumentationTestRunner()
|
|
| Method Summary | |
|---|---|
junit.framework.TestSuite |
getAllTests()
|
protected AndroidTestRunner |
getAndroidTestRunner()
|
ClassLoader |
getLoader()
|
junit.framework.TestSuite |
getTestSuite()
|
void |
onCreate(android.os.Bundle arguments)
|
void |
onStart()
|
| Methods inherited from class android.app.Instrumentation |
|---|
addMonitor, addMonitor, addMonitor, callActivityOnCreate, callActivityOnDestroy, callActivityOnNewIntent, callActivityOnPause, callActivityOnPostCreate, callActivityOnRestart, callActivityOnRestoreInstanceState, callActivityOnResume, callActivityOnSaveInstanceState, callActivityOnStart, callActivityOnStop, callActivityOnUserLeaving, callApplicationOnCreate, checkMonitorHit, endPerformanceSnapshot, finish, getAllocCounts, getBinderCounts, getComponentName, getContext, getTargetContext, invokeContextMenuAction, invokeMenuActionSync, isProfiling, newActivity, newActivity, newApplication, newApplication, onDestroy, onException, removeMonitor, runOnMainSync, sendCharacterSync, sendKeyDownUpSync, sendKeySync, sendPointerSync, sendStatus, sendStringSync, sendTrackballEventSync, setAutomaticPerformanceSnapshots, setInTouchMode, start, startActivitySync, startAllocCounting, startPerformanceSnapshot, startProfiling, stopAllocCounting, stopProfiling, waitForIdle, waitForIdleSync, waitForMonitor, waitForMonitorWithTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REPORT_VALUE_ID
public static final String REPORT_KEY_NUM_TOTAL
public static final String REPORT_KEY_NUM_CURRENT
public static final String REPORT_KEY_NAME_CLASS
public static final String REPORT_KEY_NAME_TEST
public static final int REPORT_VALUE_RESULT_START
public static final int REPORT_VALUE_RESULT_OK
public static final int REPORT_VALUE_RESULT_ERROR
public static final int REPORT_VALUE_RESULT_FAILURE
public static final String REPORT_KEY_STACK
| Constructor Detail |
|---|
public InstrumentationTestRunner()
| Method Detail |
|---|
public void onCreate(android.os.Bundle arguments)
onCreate in class android.app.Instrumentationprotected AndroidTestRunner getAndroidTestRunner()
public void onStart()
onStart in class android.app.Instrumentationpublic junit.framework.TestSuite getTestSuite()
getTestSuite in interface TestSuiteProviderpublic junit.framework.TestSuite getAllTests()
public ClassLoader getLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||