@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.0.4
6+ version : v0.1.0
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 : " 04a9e3c6db3c7190c6589514a4b5957dbb4c366d"
2723 type : " source-code"
2824 - source-file : src/wsjcpp_core.h
2925 target-file : wsjcpp_core.h
30- sha1 : " 1d76447c6880f43f9afeca89111ec64d3574ccb7"
31- type : " source-code"
32- - source-file : " src/unit_tests.cpp"
33- target-file : " unit_tests.cpp"
26+ type : " source-code" # todo must be header-file
27+ - source-file : " src/wsjcpp_unit_tests.cpp"
28+ target-file : " wsjcpp_unit_tests.cpp"
3429 type : " unit-tests"
35- sha1 : " a36d71646ddd6041346909c0481a59299f01f898"
36- - source-file : " src/unit_tests.h"
37- target-file : " unit_tests.h"
30+ - source-file : " src/wsjcpp_unit_tests.h"
31+ target-file : " wsjcpp_unit_tests.h"
3832 type : " unit-tests"
39- sha1 : " a20248c9801c53519ad847aa19d80460289a5dd1"
40- - source-file : " src/unit_tests_main.cpp"
41- target-file : " unit_tests_main.cpp"
33+ - source-file : " src/wsjcpp_unit_tests_main.cpp"
34+ target-file : " wsjcpp_unit_tests_main.cpp"
4235 type : " unit-tests"
43- sha1 : " 81a2b3d7328575c0087fa43000b05a96e278da07"
4436
4537unit-tests :
4638 cases :
@@ -50,7 +42,29 @@ unit-tests:
5042 description : Check test generate uuid function
5143 - name : CoreExtractFilename
5244 description : Check function extract filenane from path
53- - name : IPv4
54- description : Check function isIPv4
55- - name : IPv6
56- description : Check function isIPv6
45+ - name : " ToUpper"
46+ description : " String to upper"
47+ - name : " CreateUuid"
48+ 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