testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/inc/symbianunittestresult.h
changeset 1 bbd31066657e
parent 0 3e07fef1e154
--- 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 <e32base.h>
+#include <badesca.h>
 #include <symbianunittestmacros.h>
 
 // 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