MDiagTestObserver Class Reference

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.

Since
S60 v3.2

Member Functions Documentation

TestExecutionCompletedL(const MDiagTestPlugin &, CDiagResultsDatabaseItem *)

voidTestExecutionCompletedL(const MDiagTestPlugin &aSender,
CDiagResultsDatabaseItem *aTestResult
)[pure virtual]

Notify engine of test plug-in execution completion.

Parameters

const MDiagTestPlugin & aSenderReference to sender object.
CDiagResultsDatabaseItem * aTestResultResult of test execution. Ownership is transferred from the plug-in to engine.

TestProgressL(const MDiagTestPlugin &, TUint)

voidTestProgressL(const MDiagTestPlugin &aSender,
TUintaCurrentStep
)[pure virtual]

Notify engine of test plug-in execution progress.

Parameters

const MDiagTestPlugin & aSender- Reference to sender object.
TUint aCurrentStep- Current execution step.