diff -r 3e07fef1e154 -r bbd31066657e testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/inc/symbianunittestresult.h --- a/testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/inc/symbianunittestresult.h Mon Mar 08 15:03:44 2010 +0800 +++ b/testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/inc/symbianunittestresult.h Mon Mar 29 14:46:27 2010 +0800 @@ -19,6 +19,7 @@ // INCLUDES #include +#include #include // FORWARD DECLARATIONS @@ -67,6 +68,8 @@ void AddTimeOutErrorL( TInt aTimeOut); + + const CDesCArray& TestCaseNames() const; private: // Constructors @@ -96,6 +99,7 @@ HBufC* iCurrentTestName; TTime iTime; TBool iCurrentResult; + CDesCArray * iTestCaseNames; private: // Test