MUnitTestObserver Class Reference

class MUnitTestObserver

Comments : Provides a callback method to the CComponentTester to indicate that the unit test has completed

Public Member Functions
voidComplete(CUnitTest *)

Member Functions Documentation

Complete(CUnitTest *)

voidComplete(CUnitTest *aUnitTest)[pure virtual]
Intended Usage : Allows a 'callback' to indicate that the observed class has completed its task Error Condition : None
Since
7.0
Pre-condition
Should be called to indicate that all transitions in the unit test have completed
Post-condition
The unit test should have completed all operation as it could now be unloaded

Parameters

CUnitTest * aUnitTestThe unit test which has completed