os/ossrv/lowlevellibsandfws/pluginfw/Test_Bed/DataLoggerTest/DataLoggerTransitionValidation.inl
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 1997-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 // The implementation of the transition validation classes upon the CDataLogger class methods.
    15 // 
    16 //
    17 
    18 // ______________________________________________________________________________
    19 //
    20 inline TDataLogger_Ctor_TransitionValidator::TDataLogger_Ctor_TransitionValidator(CUnitTestContext& aUTContext)
    21 :TTransitionValidator(aUTContext)
    22 	{
    23 	// Do nothing
    24 	}
    25 
    26 inline TBool TDataLogger_Ctor_TransitionValidator::ValidatePreConditions()
    27 	{
    28 	return ETrue;
    29 	}
    30 
    31 inline TBool TDataLogger_Ctor_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
    32 	{
    33 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    34 		return EFalse;
    35 	return ETrue;
    36 	}
    37 
    38 // ______________________________________________________________________________
    39 //
    40 inline TDataLogger_Dtor_TransitionValidator::TDataLogger_Dtor_TransitionValidator(CUnitTestContext& aUTContext)
    41 :TTransitionValidator(aUTContext)
    42 	{
    43 	// Do nothing
    44 	}
    45 
    46 inline TBool TDataLogger_Dtor_TransitionValidator::ValidatePreConditions()
    47 	{
    48 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    49 		return EFalse;
    50 	return ETrue;
    51 	}
    52 
    53 inline TBool TDataLogger_Dtor_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
    54 	{
    55 	return ETrue;
    56 	}
    57 
    58 // ______________________________________________________________________________
    59 //
    60 inline TDataLogger_DumpMemoryBlock_TransitionValidator::TDataLogger_DumpMemoryBlock_TransitionValidator(CUnitTestContext& aUTContext)
    61 :TTransitionValidator(aUTContext)
    62 	{
    63 	// Do nothing
    64 	}
    65 
    66 inline TBool TDataLogger_DumpMemoryBlock_TransitionValidator::ValidatePreConditions()
    67 	{
    68 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    69 		return EFalse;
    70 	return ETrue;
    71 	}
    72 
    73 inline TBool TDataLogger_DumpMemoryBlock_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
    74 	{
    75 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    76 		return EFalse;
    77 	return ETrue;
    78 	}
    79 
    80 // ______________________________________________________________________________
    81 //
    82 inline TDataLogger_LogInformation_TransitionValidator::TDataLogger_LogInformation_TransitionValidator(CUnitTestContext& aUTContext)
    83 :TTransitionValidator(aUTContext)
    84 	{
    85 	// Do nothing
    86 	}
    87 
    88 inline TBool TDataLogger_LogInformation_TransitionValidator::ValidatePreConditions()
    89 	{
    90 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    91 		return EFalse;
    92 	return ETrue;
    93 	}
    94 
    95 inline TBool TDataLogger_LogInformation_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
    96 	{
    97 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
    98 		return EFalse;
    99 	return ETrue;
   100 	}
   101 
   102 // ______________________________________________________________________________
   103 //
   104 inline TDataLogger_LogInformationNarrow_TransitionValidator::TDataLogger_LogInformationNarrow_TransitionValidator(CUnitTestContext& aUTContext)
   105 :TTransitionValidator(aUTContext)
   106 	{
   107 	// Do nothing
   108 	}
   109 
   110 inline TBool TDataLogger_LogInformationNarrow_TransitionValidator::ValidatePreConditions()
   111 	{
   112 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   113 		return EFalse;
   114 	return ETrue;
   115 	}
   116 
   117 inline TBool TDataLogger_LogInformationNarrow_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
   118 	{
   119 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   120 		return EFalse;
   121 	return ETrue;
   122 	}
   123 
   124 // ______________________________________________________________________________
   125 //
   126 inline TDataLogger_LogInformationWithParameters_TransitionValidator::TDataLogger_LogInformationWithParameters_TransitionValidator(CUnitTestContext& aUTContext)
   127 :TTransitionValidator(aUTContext)
   128 	{
   129 	// Do nothing
   130 	}
   131 
   132 inline TBool TDataLogger_LogInformationWithParameters_TransitionValidator::ValidatePreConditions()
   133 	{
   134 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   135 		return EFalse;
   136 	return ETrue;
   137 	}
   138 
   139 inline TBool TDataLogger_LogInformationWithParameters_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
   140 	{
   141 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   142 		return EFalse;
   143 	return ETrue;
   144 	}
   145 
   146 // ______________________________________________________________________________
   147 //
   148 inline TDataLogger_LogInformationWithParametersNarrow_TransitionValidator::TDataLogger_LogInformationWithParametersNarrow_TransitionValidator(CUnitTestContext& aUTContext)
   149 :TTransitionValidator(aUTContext)
   150 	{
   151 	// Do nothing
   152 	}
   153 
   154 inline TBool TDataLogger_LogInformationWithParametersNarrow_TransitionValidator::ValidatePreConditions()
   155 	{
   156 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   157 		return EFalse;
   158 	return ETrue;
   159 	}
   160 
   161 inline TBool TDataLogger_LogInformationWithParametersNarrow_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
   162 	{
   163 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   164 		return EFalse;
   165 	return ETrue;
   166 	}
   167 
   168 // ______________________________________________________________________________
   169 //
   170 inline TDataLogger_ReportInformation_TransitionValidator::TDataLogger_ReportInformation_TransitionValidator(CUnitTestContext& aUTContext)
   171 :TTransitionValidator(aUTContext)
   172 	{
   173 	// Do nothing
   174 	}
   175 
   176 inline TBool TDataLogger_ReportInformation_TransitionValidator::ValidatePreConditions()
   177 	{
   178 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   179 		return EFalse;
   180 	return ETrue;
   181 	}
   182 
   183 inline TBool TDataLogger_ReportInformation_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
   184 	{
   185 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   186 		return EFalse;
   187 	return ETrue;
   188 	}
   189 
   190 // ______________________________________________________________________________
   191 //
   192 inline TDataLogger_ReportInformationWithParameters_TransitionValidator::TDataLogger_ReportInformationWithParameters_TransitionValidator(CUnitTestContext& aUTContext)
   193 :TTransitionValidator(aUTContext)
   194 	{
   195 	// Do nothing
   196 	}
   197 
   198 inline TBool TDataLogger_ReportInformationWithParameters_TransitionValidator::ValidatePreConditions()
   199 	{
   200 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   201 		return EFalse;
   202 	return ETrue;
   203 	}
   204 
   205 inline TBool TDataLogger_ReportInformationWithParameters_TransitionValidator::ValidatePostConditions(TTestBedAsyncState /* aAsyncState */)
   206 	{
   207 	if(iUTContext.StateAccessor().InvariantTest(REINTERPRET_CAST(CDataLogger_UnitTestContext&,iUTContext).iDataLogger))
   208 		return EFalse;
   209 	return ETrue;
   210 	}
   211