File
Doc
Category
Size
Date
Package
PerformanceTestBase.java
API Doc
Android 1.5 API
1208
Wed May 06 22:42:02 BST 2009
android.test
PerformanceTestBase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
public abstract class PerformanceTestBase extends TestCase implements android.test.PerformanceTestCase
{@hide} Not needed for SDK.
Fields Summary
Constructors Summary
Methods Summary
public
boolean
isPerformanceOnly
()
return true;
public
int
startPerformance
(
PerformanceTestCase.Intermediates
intermediates)
return 0;
public void
testRun
()
throw new RuntimeException("test implementation not provided");
Java Code Source