@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.0.5
6+ version : v0.1.1
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -17,30 +17,22 @@ authors:
1717 - name : Evgenii Sopov
1818 email : mrseakg@gmail.com
1919
20- required-libraries :
21- - pthread
22-
2320distribution :
2421 - source-file : src/wsjcpp_core.cpp
2522 target-file : wsjcpp_core.cpp
26- sha1 : " d892bfee196af88dcada57b39bc6bd65ce2ce075"
2723 type : " source-code"
2824 - source-file : src/wsjcpp_core.h
2925 target-file : wsjcpp_core.h
30- sha1 : " 8f5e7b7ada06814ed123a08e49acffe2e12d398a"
3126 type : " source-code" # todo must be header-file
3227 - source-file : " src/wsjcpp_unit_tests.cpp"
3328 target-file : " wsjcpp_unit_tests.cpp"
3429 type : " unit-tests"
35- sha1 : " 4208e039ec2923636655b3ada79ec223cca7bae2"
3630 - source-file : " src/wsjcpp_unit_tests.h"
3731 target-file : " wsjcpp_unit_tests.h"
3832 type : " unit-tests"
39- sha1 : " 8d2ec886f23161a639bb2419bb5e4af48278f18b"
4033 - source-file : " src/wsjcpp_unit_tests_main.cpp"
4134 target-file : " wsjcpp_unit_tests_main.cpp"
4235 type : " unit-tests"
43- sha1 : " 2c02fb58f51687eeac2076096b7df698cc246c9d"
4436
4537unit-tests :
4638 cases :
@@ -54,3 +46,25 @@ unit-tests:
5446 description : " String to upper"
5547 - name : " CreateUuid"
5648 description : " Test generation uuids"
49+ - name : " GetEnv"
50+ description : " Test getEnv function"
51+ - name : " ToLower"
52+ description : " Test toLower"
53+ - name : " ReplaceAll"
54+ description : " Test replace all"
55+ - name : " DecodeUriComponent"
56+ description : " Check decoding"
57+ - name : " EncodeUriComponent"
58+ description : " Check encoding"
59+ - name : " Uint2HexString"
60+ description : " Test convert unsigned int to hex string"
61+ - name : " Split"
62+ description : " Test split function"
63+ - name : " CreateEmptyFile"
64+ description : " Test create empty file"
65+ - name : " ReadFileToBuffer"
66+ description : " test for readFileToBuffer"
67+ - name : " Join"
68+ description : " Test join function"
69+ - name : " getHumanSizeBytes"
70+ description : " Test function get human size in bytes"
0 commit comments