File
Doc
Category
Size
Date
Package
ActivityTestCase.java
API Doc
Android 5.1 API
513
Sat Mar 14 14:09:38 GMT 2015
android.test
ActivityTestCase
java.lang.Object
android.test.InstrumentationTestCase
public abstract class ActivityTestCase extends android.test.InstrumentationTestCase
Fields Summary
Constructors Summary
public ActivityTestCase
()
throw new RuntimeException("Stub!");
Methods Summary
protected
android.app.Activity
getActivity
()
throw new RuntimeException("Stub!");
protected void
scrubClass
(
java.lang.Class
testCaseClass)
throw new RuntimeException("Stub!");
protected void
setActivity
(
android.app.Activity
testActivity)
throw new RuntimeException("Stub!");
Java Code Source