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
void Complete ( CComponentTester *, TInt )

Member Functions Documentation

Complete(CComponentTester *, TInt)

void Complete ( CComponentTester * aTester,
TInt aUnitTestId
) [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 * aTester The observed component tester.
TInt aUnitTestId The id of the unit test which has completed.