|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PerformanceTestCase
More complex interface performance for test cases. If you want your test to be used as a performance test, you must implement this interface.
| Nested Class Summary | |
|---|---|
static interface |
PerformanceTestCase.Intermediates
Callbacks for PerformanceTestCase. |
| Method Summary | |
|---|---|
boolean |
isPerformanceOnly()
This method is used to determine what modes this test case can run in. |
int |
startPerformance(PerformanceTestCase.Intermediates intermediates)
Set up to begin performance tests. |
| Method Detail |
|---|
int startPerformance(PerformanceTestCase.Intermediates intermediates)
If you return a non-zero iteration count, you should call
intermediates.startTiming and
intermediates.endTiming to report the
duration of the test whose performance should actually be measured.
intermediates - Callback for sending intermediate results.
boolean isPerformanceOnly()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||