@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
3
3
cmake_minimum_required : 3.0
4
4
5
5
name : wsjcpp-core
6
- version : v0.0.5
6
+ version : v0.1.1
7
7
description : Basic Utils for wsjcpp
8
8
issues : https://github.com/wsjcpp/wsjcpp-core/issues
9
9
repositories :
@@ -17,30 +17,22 @@ authors:
17
17
- name : Evgenii Sopov
18
18
19
19
20
- required-libraries :
21
- - pthread
22
-
23
20
distribution :
24
21
- source-file : src/wsjcpp_core.cpp
25
22
target-file : wsjcpp_core.cpp
26
- sha1 : " d892bfee196af88dcada57b39bc6bd65ce2ce075"
27
23
type : " source-code"
28
24
- source-file : src/wsjcpp_core.h
29
25
target-file : wsjcpp_core.h
30
- sha1 : " 8f5e7b7ada06814ed123a08e49acffe2e12d398a"
31
26
type : " source-code" # todo must be header-file
32
27
- source-file : " src/wsjcpp_unit_tests.cpp"
33
28
target-file : " wsjcpp_unit_tests.cpp"
34
29
type : " unit-tests"
35
- sha1 : " 4208e039ec2923636655b3ada79ec223cca7bae2"
36
30
- source-file : " src/wsjcpp_unit_tests.h"
37
31
target-file : " wsjcpp_unit_tests.h"
38
32
type : " unit-tests"
39
- sha1 : " 8d2ec886f23161a639bb2419bb5e4af48278f18b"
40
33
- source-file : " src/wsjcpp_unit_tests_main.cpp"
41
34
target-file : " wsjcpp_unit_tests_main.cpp"
42
35
type : " unit-tests"
43
- sha1 : " 2c02fb58f51687eeac2076096b7df698cc246c9d"
44
36
45
37
unit-tests :
46
38
cases :
@@ -54,3 +46,25 @@ unit-tests:
54
46
description : " String to upper"
55
47
- name : " CreateUuid"
56
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