MComponentTestObserver Class Reference

class MComponentTestObserver

Comments : Allows a 'callback' through the Complete() function to indicate that the observed CComponentTester has completed its task

Public Member Functions
voidComplete(CComponentTester *, TInt)

Member Functions Documentation

Complete(CComponentTester *, TInt)

voidComplete(CComponentTester *aTester,
TIntaUnitTestId
)[pure virtual]
Intended Usage : Indicates that the CComponentTester has completed a unit test
Since
7.0
Pre-condition
The specified unit test should have been launched
Post-condition
If all unit tests are complete then the specified CComponentTester and associated library are marked for deletion/unloading, or the next unit test is run.

Parameters

CComponentTester * aTesterThe observed component tester.
TInt aUnitTestIdThe id of the unit test which has completed.