@Deprecated @Retention(value=RUNTIME) public @interface TimedTest
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 includeDetailedStats()
to true causes additional metrics such as memory usage
and binder transactions to be gathered and written through instrumentation output.
Pending approval for public API.Modifier and Type | Optional Element and Description |
---|---|
boolean |
includeDetailedStats
Deprecated.
|