File
Doc
Category
Size
Date
Package
InstrumentationTestSuite.java
API Doc
Android 5.1 API
694
Sat Mar 14 14:09:34 GMT 2015
android.test
InstrumentationTestSuite
java.lang.Object
junit.framework.TestSuite
public class InstrumentationTestSuite extends TestSuite
Fields Summary
Constructors Summary
public InstrumentationTestSuite
(
android.app.Instrumentation
instr)
throw new RuntimeException("Stub!");
public InstrumentationTestSuite
(
String
name,
android.app.Instrumentation
instr)
throw new RuntimeException("Stub!");
public InstrumentationTestSuite
(
Class
theClass,
android.app.Instrumentation
instr)
throw new RuntimeException("Stub!");
Methods Summary
public void
addTestSuite
(
java.lang.Class
testClass)
throw new RuntimeException("Stub!");
public void
runTest
(
junit.framework.Test
test,
junit.framework.TestResult
result)
throw new RuntimeException("Stub!");
Java Code Source