genericservices/httputils/Test/IpuTestUtils/IpuTestHarness.cpp
changeset 68 ff3fc7722556
parent 0 e4d67989cc36
equal deleted inserted replaced
63:a117ad66e027 68:ff3fc7722556
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #include "IpuTestUtils.h"
    16 #include "IpuTestUtils.h"
    17 
    17 #include <e32consf.h>
    18 //
    18 //
    19 //	Constants
    19 //	Constants
    20 _LIT(KTestPanic, "IpuTestHarness");
    20 _LIT(KTestPanic, "IpuTestHarness");
    21 const TInt KFailedTestsGranularity = 10;
    21 const TInt KFailedTestsGranularity = 10;
    22 const TInt KMaxLogEntrySize = 256;
    22 const TInt KMaxLogEntrySize = 256;
    27 CIpuTestHarness::CIpuTestHarness(const TDesC& aTitle)
    27 CIpuTestHarness::CIpuTestHarness(const TDesC& aTitle)
    28 	: iTest(aTitle)
    28 	: iTest(aTitle)
    29 //
    29 //
    30 //	Default c'tor
    30 //	Default c'tor
    31 	{
    31 	{
       
    32     LogRTestToFile(iTest);
    32 	iTest.Title();
    33 	iTest.Title();
    33 	iCanStartTest = ETrue;
    34 	iCanStartTest = ETrue;
    34 	}
    35 	}
    35 
    36 
    36 CIpuTestHarness::~CIpuTestHarness()
    37 CIpuTestHarness::~CIpuTestHarness()