class MDiagTestObserver |
Diagnostics Framework Test Plug-in Observer
This interface is called by Test Plug-ins to notify the engine of its test execution progress or completion.
Public Member Functions | |
---|---|
void | TestExecutionCompletedL (const MDiagTestPlugin &, CDiagResultsDatabaseItem *) |
void | TestProgressL (const MDiagTestPlugin &, TUint ) |
void | TestExecutionCompletedL | ( | const MDiagTestPlugin & | aSender, |
CDiagResultsDatabaseItem * | aTestResult | |||
) | [pure virtual] |
Notify engine of test plug-in execution completion.
const MDiagTestPlugin & aSender | Reference to sender object. |
CDiagResultsDatabaseItem * aTestResult | Result of test execution. Ownership is transferred from the plug-in to engine. |
void | TestProgressL | ( | const MDiagTestPlugin & | aSender, |
TUint | aCurrentStep | |||
) | [pure virtual] |
Notify engine of test plug-in execution progress.
const MDiagTestPlugin & aSender | - Reference to sender object. |
TUint aCurrentStep | - Current execution step. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.