FileDocCategorySizeDatePackage
TimedTest.javaAPI DocAndroid 5.1 API1413Thu Mar 12 22:22:42 GMT 2015android.test

TimedTest

public class TimedTest
This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the annotation is present, the test method is timed and the results written through instrumentation output. It can also be used on the class itself, which is equivalent to tagging all test methods with this annotation.

Setting {@link #includeDetailedStats()} to true causes additional metrics such as memory usage and binder transactions to be gathered and written through instrumentation output. {@hide} Pending approval for public API.

Fields Summary
Constructors Summary
Methods Summary
booleanincludeDetailedStats()