telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsypacketcontextfu.h
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // functional unit of the Common TSY Dispatcher.
       
    15 //
       
    16 
       
    17 /**
       
    18  @file
       
    19  @internalAll 
       
    20 */
       
    21 
       
    22 #ifndef CCTSYPACKETCONTEXTFU_H_
       
    23 #define CCTSYPACKETCONTEXTFU_H_
       
    24 
       
    25 #include <test/tefunit.h>
       
    26 
       
    27 #include <etelmm.h>
       
    28 #include <etelmmcs.h>
       
    29 
       
    30 #include "cctsycomponenttestbase.h"
       
    31 
       
    32 
       
    33 class CCTsyPacketContextFU : public CCtsyComponentTestBase
       
    34     {
       
    35 public:
       
    36     // Create a suite of all the tests
       
    37     static CTestSuite* CreateSuiteL(const TDesC& aName);
       
    38 
       
    39 public:
       
    40     // Individual test steps
       
    41     void TestUnit00027L();
       
    42     void TestUnit00028L();
       
    43     void TestUnit00029L();
       
    44 
       
    45     }; // class CCTsyPacketContextFU
       
    46 
       
    47 #endif /* CCTSYPACKETCONTEXTFU_H_ */