cryptomgmtlibs/securitytestfw/test/testhandler2/tTestSpec.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    19 
    19 
    20 #ifndef __T_TESTSPEC_H__
    20 #ifndef __T_TESTSPEC_H__
    21 #define __T_TESTSPEC_H__
    21 #define __T_TESTSPEC_H__
    22 
    22 
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <testhandler2/t_mtestspec.h>
    24 #include "t_mtestspec.h"
    25 
    25 
    26 /**
    26 /**
    27  * This class represents a series of a test that needs to be run. It should be passed 
    27  * This class represents a series of a test that needs to be run. It should be passed 
    28  * to a CTestHandler object in order for the tests to be run.
    28  * to a CTestHandler object in order for the tests to be run.
    29  */
    29  */