datacommsserver/networkcontroller/ts_netcon/ReconnectTests.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2002-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 //
       
    15 
       
    16 #ifndef __RECONNECTTESTS_H__
       
    17 #define __RECONNECTTESTS_H__
       
    18 
       
    19 #include "TestBases.h"
       
    20 
       
    21 //
       
    22 //  Test case NC-3-1
       
    23 //
       
    24 class CNetConTest0301 : public CNetConReconnectRequestTestBase
       
    25 {
       
    26 public:
       
    27 	static CNetConTest0301* NewLC();
       
    28 
       
    29 	const TDesC& Name() const;
       
    30 
       
    31 private:
       
    32 	CNetConTest0301();
       
    33 };
       
    34 
       
    35 
       
    36 //
       
    37 //  Test case NC-3-2
       
    38 //
       
    39 class CNetConTest0302 : public CNetConReconnectRequestTestBase
       
    40 {
       
    41 public:
       
    42 	static CNetConTest0302* NewLC();
       
    43 
       
    44 	const TDesC& Name() const;
       
    45 
       
    46 private:
       
    47 	CNetConTest0302();
       
    48 };
       
    49 
       
    50 
       
    51 
       
    52 //
       
    53 //  Test case NC-3-3
       
    54 //
       
    55 class CNetConTest0303 : public CNetConReconnectRequestTestBase
       
    56 {
       
    57 public:
       
    58 	static CNetConTest0303* NewLC();
       
    59 
       
    60 	const TDesC& Name() const;
       
    61 
       
    62 private:
       
    63 	CNetConTest0303();
       
    64 };
       
    65 
       
    66 
       
    67 //
       
    68 //  Test case NC-3-4
       
    69 //
       
    70 class CNetConTest0304 : public CNetConReconnectRequestTestBase
       
    71 {
       
    72 public:
       
    73 	static CNetConTest0304* NewLC();
       
    74 
       
    75 	const TDesC& Name() const;
       
    76 
       
    77 private:
       
    78 	CNetConTest0304();
       
    79 };
       
    80 
       
    81 
       
    82 #endif // __RECONNECTTESTS_H__
       
    83