FileDocCategorySizeDatePackage
ActivityUnitTestCase.javaAPI DocAndroid 5.1 API1316Sat Mar 14 14:09:36 GMT 2015android.test

ActivityUnitTestCase

public abstract class ActivityUnitTestCase extends android.test.ActivityTestCase

Fields Summary
Constructors Summary
public ActivityUnitTestCase(Class activityClass)

 throw new RuntimeException("Stub!"); 
Methods Summary
public TgetActivity()

 throw new RuntimeException("Stub!"); 
public intgetFinishedActivityRequest()

 throw new RuntimeException("Stub!"); 
public intgetRequestedOrientation()

 throw new RuntimeException("Stub!"); 
public android.content.IntentgetStartedActivityIntent()

 throw new RuntimeException("Stub!"); 
public intgetStartedActivityRequest()

 throw new RuntimeException("Stub!"); 
public booleanisFinishCalled()

 throw new RuntimeException("Stub!"); 
public voidsetActivityContext(android.content.Context activityContext)

 throw new RuntimeException("Stub!"); 
public voidsetApplication(android.app.Application application)

 throw new RuntimeException("Stub!"); 
protected voidsetUp()

 throw new RuntimeException("Stub!"); 
protected TstartActivity(android.content.Intent intent, android.os.Bundle savedInstanceState, java.lang.Object lastNonConfigurationInstance)

 throw new RuntimeException("Stub!"); 
protected voidtearDown()

 throw new RuntimeException("Stub!");