installationservices/swcomponentregistry/test/tscrapparc/inc/tscrapparcserver.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Defines the test server of the Software Component Registry test harness
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file 
       
    21  @internalComponent
       
    22  @test
       
    23 */
       
    24 #ifndef TSCRAPPARCSERVER_H_
       
    25 #define TSCRAPPARCSERVER_H_
       
    26 
       
    27 #include <test/testexecuteserverbase.h>
       
    28 
       
    29 _LIT(KScrApparcTestServerName, "tscrapparc");
       
    30 
       
    31 class CScrApparcTestServer : public CTestServer
       
    32 /**
       
    33     Describes the test server for the SCR-Apparc test harness.
       
    34  */
       
    35     {
       
    36 public:
       
    37     static CScrApparcTestServer* NewL();
       
    38     virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    39     ~CScrApparcTestServer();
       
    40 
       
    41 private:
       
    42     TBool IsPerformanceTestStep(const TDesC& aStepName, TPtrC& aStrippedName);
       
    43     };
       
    44     
       
    45 #endif /* TSCRAPPARCSERVER_H_ */