|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PerformanceMeasurement
The PerformanceMeasurement interface is implemented by classes that want to monitor the performance of a test class. Typically a class might monitor speed or memory usage.
Method Summary | |
---|---|
void |
endMeasurement()
Ends the monitoring of a test in a TestCase. |
void |
startMeasurement()
Starts the performance monitoring for a test in a TestCase. |
Method Detail |
---|
void startMeasurement()
void endMeasurement()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |