os/ossrv/utilitylibraries/libutils/tsrc/inc/test_libutil.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
#include "libutils.h"
sl@0
    18
sl@0
    19
//chartotbuf8 related test cases
sl@0
    20
void test_chartotbuf8_positive();
sl@0
    21
void test_chartotbuf8_negative1();
sl@0
    22
void test_chartotbuf8_negative2();
sl@0
    23
sl@0
    24
void test_chartotbuf16_positive();
sl@0
    25
sl@0
    26
//stringtotbuf8 related test cases
sl@0
    27
void test_stringtotbuf8_positive();
sl@0
    28
void test_stringtotbuf8_negative1();
sl@0
    29
void test_stringtotbuf8_negative2();
sl@0
    30
void test_stringtotbuf8_boundry();
sl@0
    31
sl@0
    32
void test_stringtotbuf8_boundry1();
sl@0
    33
void test_stringtotbuf8_boundry2();
sl@0
    34
sl@0
    35
//wstringtotbuf8 related test cases
sl@0
    36
void test_wstringtotbuf8_positive();
sl@0
    37
void test_wstringtotbuf8_negative1();
sl@0
    38
void test_wstringtotbuf8_negative2();
sl@0
    39
void test_wstringtotbuf8_boundry();
sl@0
    40
sl@0
    41
//wchartotbuf8 related test cases
sl@0
    42
//void test_wchartotbuf8_positive();
sl@0
    43
void test_wchartotbuf8_negative1();
sl@0
    44
void test_wchartotbuf8_negative2();
sl@0
    45
sl@0
    46
//wstring to tptr8 related test cases
sl@0
    47
void test_wstringtotptr8_positive();
sl@0
    48
void test_wstringtotptr8_negative1();
sl@0
    49
void test_wstringtotptr8_negative2();
sl@0
    50
void test_wstringtotptrc8_positive_unicode();
sl@0
    51
sl@0
    52
//stringtotbuf16 related cases
sl@0
    53
void test_stringtotbuf16_positive();
sl@0
    54
void test_stringtotbuf16_negative1();
sl@0
    55
void test_stringtotbuf16_negative2();
sl@0
    56
void test_stringtotbuf16_negative3();
sl@0
    57
sl@0
    58
//stringtotptr16 related cases
sl@0
    59
void test_stringtotptr16_positive();
sl@0
    60
void test_stringtotptr16_negative1();
sl@0
    61
void test_stringtotptr16_negative2();
sl@0
    62
void test_stringtotptr16_negative3();
sl@0
    63
sl@0
    64
//stringtorbuf8 related test cases
sl@0
    65
void test_stringtorbuf8_positive();
sl@0
    66
void test_stringtorbuf8_negative();
sl@0
    67
sl@0
    68
//stringtotptr8 related test cases
sl@0
    69
void test_stringtotptr8_positive();
sl@0
    70
void test_stringtotptr8_negative1();
sl@0
    71
void test_stringtotptr8_negative2();
sl@0
    72
void test_stringtotptr8_negative3();
sl@0
    73
sl@0
    74
//stringtotptrc8 related test cases
sl@0
    75
void test_stringtotptrc8_positive();
sl@0
    76
void test_stringtotptrc8_negative1();
sl@0
    77
sl@0
    78
//stringtohbufc8 related test cases
sl@0
    79
void test_stringtohbufc8_positive();
sl@0
    80
void test_stringtohbufc8_negative1();
sl@0
    81
void test_stringtohbufc8_negative2();
sl@0
    82
void test_stringtohbufc8_negative3();
sl@0
    83
sl@0
    84
//tbufc8 to string conversions
sl@0
    85
void test_tbufc8tostring_positive();
sl@0
    86
void test_tbufc8tostring_negative1();
sl@0
    87
void test_tbufc8tostring_negative2();
sl@0
    88
sl@0
    89
//tbuf8 to string conversions
sl@0
    90
void test_tbuf8tostring_positive();
sl@0
    91
void test_tbuf8tostring_negative1();
sl@0
    92
void test_tbuf8tostring_positive1();
sl@0
    93
sl@0
    94
//tptr8 to string conversions
sl@0
    95
void test_tptr8tostring_positive();
sl@0
    96
void test_tptr8tostring_positive1();
sl@0
    97
void test_tptr8tostring_negative1();
sl@0
    98
sl@0
    99
//tptrc8 to string conversions
sl@0
   100
void test_tptrc8tostring_positive();
sl@0
   101
void test_tptrc8tostring_positive1();
sl@0
   102
void test_tptrc8tostring_negative1();
sl@0
   103
sl@0
   104
//hbufc8 to string conversions
sl@0
   105
void test_hbufc8tostring_positive();
sl@0
   106
void test_hbufc8tostring_negative1();
sl@0
   107
void test_hbufc8tostring_positive1();
sl@0
   108
sl@0
   109
//rbuf8 to string conversions
sl@0
   110
void test_rbuf8tostring_positive();
sl@0
   111
void test_rbuf8tostring_positive1();
sl@0
   112
void test_rbuf8tostring_negative1();
sl@0
   113
sl@0
   114
//tlit8 to string conversions
sl@0
   115
void test_tlit8tostring_positive();
sl@0
   116
void test_tlit8tostring_positive1();
sl@0
   117
void test_tlit8tostring_negative1();
sl@0
   118
sl@0
   119
//descriptor8 to string conversions
sl@0
   120
void test_tbuf8towchar_positive();
sl@0
   121
void test_tbuf8towchar_negative1();
sl@0
   122
sl@0
   123
//string to rbuf16 coversion test cases 
sl@0
   124
void test_stringtorbuf16_positive();
sl@0
   125
void test_stringtorbuf16_negative1();
sl@0
   126
sl@0
   127
void test_wstringtotptrc8_positive();
sl@0
   128
void test_wstringtotptrc8_negative1();
sl@0
   129
sl@0
   130
sl@0
   131
void test_wstringtohbufc8_positive();
sl@0
   132
void test_wstringtohbufc8_negative1();
sl@0
   133
void test_wstringtohbufc8_positive_unicode();
sl@0
   134
sl@0
   135
//wstring to descriptor16 coversion test cases
sl@0
   136
 
sl@0
   137
void test_wstringtotbuf16_positive();
sl@0
   138
void test_wstringtotbuf16_negative1();
sl@0
   139
void test_wstringtotbuf16_negative2();
sl@0
   140
void test_wstringtotbuf16_boundry();
sl@0
   141
void test_wstringtotbuf16_boundry1();
sl@0
   142
void test_wstringtotbuf16_boundry2();
sl@0
   143
void test_wstringtorbuf16_positive();
sl@0
   144
void test_wstringtorbuf16_negative();
sl@0
   145
void test_wstringtotptr16_positive();
sl@0
   146
void test_wstringtotptr16_negative1();
sl@0
   147
void test_wstringtotptrc16_positive();
sl@0
   148
void test_wstringtotptrc16_negative1();
sl@0
   149
void test_wstringtohbufc16_positive();
sl@0
   150
void test_wstringtohbufc16_negative1();
sl@0
   151
sl@0
   152
void test_wchartohbufc8_positive();
sl@0
   153
void test_wchartotbuf8_positive();
sl@0
   154
sl@0
   155
void test_stringtotbuf8_positive();
sl@0
   156
sl@0
   157
void test_stringtotbuf8_negative1();
sl@0
   158
void test_stringtotbuf8_negative2();
sl@0
   159
void test_stringtotbuf8_boundry();
sl@0
   160
sl@0
   161
void test_stringtotbuf8_boundry1();
sl@0
   162
void test_stringtotbuf8_boundry2();
sl@0
   163
sl@0
   164
//wstringtotbuf8 related test cases
sl@0
   165
void test_wstringtotbuf8_positive();
sl@0
   166
void test_wstringtotbuf8_negative1();
sl@0
   167
void test_wstringtotbuf8_negative2();
sl@0
   168
void test_wstringtotbuf8_boundry();
sl@0
   169
sl@0
   170
//wchartotbuf8 related test cases
sl@0
   171
void test_wchartotbuf8_positive();
sl@0
   172
void test_wchartotbuf8_unicode();
sl@0
   173
void test_wchartotbuf8_positive1();
sl@0
   174
void test_wchartotbuf8_boundary1();
sl@0
   175
void test_wchartotbuf8_boundary2();
sl@0
   176
void test_wchartotbuf8_content_check();
sl@0
   177
void test_wchartotbuf8_negative1();
sl@0
   178
void test_wchartotbuf8_negative2();
sl@0
   179
sl@0
   180
sl@0
   181
void test_wchartotbuf16_positive();
sl@0
   182
void test_wchartotbuf16_positive1();
sl@0
   183
void test_wchartotbuf16_boundary1();
sl@0
   184
void test_wchartotbuf16_boundary2();
sl@0
   185
void test_wchartotbuf16_content_check();
sl@0
   186
void test_wchartotbuf16_negative1();
sl@0
   187
void test_wchartotbuf16_negative2();
sl@0
   188
sl@0
   189
sl@0
   190
void test_wchartohbufc8_positive();
sl@0
   191
sl@0
   192
sl@0
   193
void test_wcharptotptr8_positive();
sl@0
   194
void test_wcharptotptr8_positive1();
sl@0
   195
void test_wcharptotptr8_boundary1();
sl@0
   196
void test_wcharptotptr8_boundary2();
sl@0
   197
void test_wcharptotptr8_content_check();
sl@0
   198
void test_wcharptotptr8_negative1();
sl@0
   199
void test_wcharptotptr8_negative2();
sl@0
   200
sl@0
   201
void test_wcharptotptr16_positive1();
sl@0
   202
void test_wcharptotptr16_positive2();
sl@0
   203
void test_wcharptotptr16_boundary1();
sl@0
   204
void test_wcharptotptr16_boundary2();
sl@0
   205
void test_wcharptotptr16_content_check();
sl@0
   206
void test_wcharptotptr16_negative1();
sl@0
   207
void test_wcharptotptr16_negative2();
sl@0
   208
sl@0
   209
void test_wcharptotptrc8_positive1();
sl@0
   210
void test_wcharptotptrc8_positive2();
sl@0
   211
void test_wcharptotptrc8_boundary1();
sl@0
   212
void test_wcharptotptrc8_boundary2();
sl@0
   213
void test_wcharptotptrc8_content_check();
sl@0
   214
void test_wcharptotptrc8_negative1();
sl@0
   215
void test_wcharptotptrc8_negative2();
sl@0
   216
sl@0
   217
void test_wcharptotptrc16_positive1();
sl@0
   218
void test_wcharptotptrc16_positive2();
sl@0
   219
void test_wcharptotptrc16_boundary1();
sl@0
   220
void test_wcharptotptrc16_boundary2();
sl@0
   221
void test_wcharptotptrc16_content_check();
sl@0
   222
void test_wcharptotptrc16_negative2();
sl@0
   223
sl@0
   224
void test_wchartorbuf8_positive1();
sl@0
   225
void test_wchartorbuf8_positive2();
sl@0
   226
void test_wchartorbuf8_boundary1();
sl@0
   227
void test_wchartorbuf8_boundary2();
sl@0
   228
void test_wchartorbuf8_content_check();
sl@0
   229
void test_wchartorbuf8_negative1();
sl@0
   230
void test_wchartorbuf8_negative2();
sl@0
   231
sl@0
   232
sl@0
   233
void test_wchartorbuf16_positive1();
sl@0
   234
void test_wchartorbuf16_positive2();
sl@0
   235
void test_wchartorbuf16_boundary1();
sl@0
   236
void test_wchartorbuf16_boundary2();
sl@0
   237
void test_wchartorbuf16_content_check();
sl@0
   238
void test_wchartorbuf16_negative1();
sl@0
   239
void test_wchartorbuf16_negative2();
sl@0
   240
// ------------------------------------
sl@0
   241
sl@0
   242
sl@0
   243
void test_chartotbuf8_positive1();
sl@0
   244
void test_chartotbuf8_positive2();
sl@0
   245
void test_chartotbuf8_boundary1();
sl@0
   246
void test_chartotbuf8_boundary2();
sl@0
   247
void test_chartotbuf8_content_check();
sl@0
   248
void test_chartotbuf8_negative1();
sl@0
   249
void test_chartotbuf8_negative2();
sl@0
   250
sl@0
   251
void test_chartotbuf16_positive1();
sl@0
   252
void test_chartotbuf16_positive2();
sl@0
   253
void test_chartotbuf16_boundary1();
sl@0
   254
void test_chartotbuf16_boundary2();
sl@0
   255
void test_chartotbuf16_content_check();
sl@0
   256
void test_chartotbuf16_negative1();
sl@0
   257
void test_chartotbuf16_negative2();
sl@0
   258
sl@0
   259
sl@0
   260
void test_charptotptr8_positive1();
sl@0
   261
void test_charptotptr8_positive2();
sl@0
   262
void test_charptotptr8_boundary1();
sl@0
   263
void test_charptotptr8_boundary2();
sl@0
   264
void test_charptotptr8_content_check();
sl@0
   265
void test_charptotptr8_negative1();
sl@0
   266
void test_charptotptr8_negative2();
sl@0
   267
sl@0
   268
sl@0
   269
void test_charptotptr16_positive1();
sl@0
   270
void test_charptotptr16_positive2();
sl@0
   271
void test_charptotptr16_boundary1();
sl@0
   272
void test_charptotptr16_boundary2();
sl@0
   273
void test_charptotptr16_content_check();
sl@0
   274
void test_charptotptr16_negative1();
sl@0
   275
void test_charptotptr16_negative2();
sl@0
   276
sl@0
   277
void test_charptotptrc8_positive1();
sl@0
   278
void test_charptotptrc8_positive2();
sl@0
   279
void test_charptotptrc8_boundary1();
sl@0
   280
void test_charptotptrc8_boundary2();
sl@0
   281
void test_charptotptrc8_content_check();
sl@0
   282
//void test_charptotptrc8_negative1();
sl@0
   283
void test_charptotptrc8_negative2();
sl@0
   284
sl@0
   285
sl@0
   286
void test_charptotptrc16_positive1();
sl@0
   287
void test_charptotptrc16_positive2();
sl@0
   288
void test_charptotptrc16_boundary1();
sl@0
   289
void test_charptotptrc16_boundary2();
sl@0
   290
void test_charptotptrc16_content_check();
sl@0
   291
void test_charptotptrc16_negative2();
sl@0
   292
sl@0
   293
sl@0
   294
void test_chartorbuf8_positive1();
sl@0
   295
void test_chartorbuf8_positive2();
sl@0
   296
void test_chartorbuf8_boundary1();
sl@0
   297
void test_chartorbuf8_boundary2();
sl@0
   298
void test_chartorbuf8_content_check();
sl@0
   299
void test_chartorbuf8_negative1();
sl@0
   300
void test_chartorbuf8_negative2();
sl@0
   301
sl@0
   302
sl@0
   303
void test_chartorbuf16_positive1();
sl@0
   304
void test_chartorbuf16_positive2();
sl@0
   305
void test_chartorbuf16_boundary1();
sl@0
   306
void test_chartorbuf16_boundary2();
sl@0
   307
void test_chartorbuf16_content_check();
sl@0
   308
void test_chartorbuf16_negative1();
sl@0
   309
void test_chartorbuf16_negative2();
sl@0
   310
sl@0
   311
sl@0
   312