-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
96 lines (90 loc) · 2.81 KB
/
wsjcpp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
wsjcpp_version: v0.0.1
cmake_cxx_standard: 17
cmake_minimum_required: 3.0
name: wsjcpp-core
version: v0.2.3
description: Basic Utils for wsjcpp
issues: https://github.com/wsjcpp/wsjcpp-core/issues
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-core"
keywords:
- c++
- wsjcpp
authors:
- name: Evgenii Sopov
email: mrseakg@gmail.com
distribution:
- source-file: src/wsjcpp_core.cpp
target-file: wsjcpp_core.cpp
type: "source-code"
- source-file: src/wsjcpp_core.h
target-file: wsjcpp_core.h
type: "source-code" # todo must be header-file
- source-file: "src/wsjcpp_unit_tests.cpp"
target-file: "wsjcpp_unit_tests.cpp"
type: "unit-tests"
- source-file: "src/wsjcpp_unit_tests.h"
target-file: "wsjcpp_unit_tests.h"
type: "unit-tests"
- source-file: "src/wsjcpp_unit_tests_main.cpp"
target-file: "wsjcpp_unit_tests_main.cpp"
type: "unit-tests"
- source-file: "scripts.wsjcpp/generate.WsjcppUnitTest.wsjcpp-script"
target-file: "generate.WsjcppUnitTest.wsjcpp-script"
type: "safe-scripting-generate"
- source-file: "scripts.wsjcpp/generate.Class.wsjcpp-script"
target-file: "generate.Class.wsjcpp-script"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: CoreNormalizePath
description: Check function normalizePath
- name: CoreExtractFilename
description: Check function extract filenane from path
- name: "ToUpper"
description: "String to upper"
- name: "CreateUuid"
description: "Test generation uuids"
- name: "GetEnv"
description: "Test getEnv function"
- name: "ToLower"
description: "Test toLower"
- name: "ReplaceAll"
description: "Test replace all"
- name: "DecodeUriComponent"
description: "Check decoding"
- name: "EncodeUriComponent"
description: "Check encoding"
- name: "Uint2HexString"
description: "Test convert unsigned int to hex string"
- name: "Split"
description: "Test split function"
- name: "CreateEmptyFile"
description: "Test create empty file"
- name: "ReadFileToBuffer"
description: "test for readFileToBuffer"
- name: "Join"
description: "Test join function"
- name: "getHumanSizeBytes"
description: "Test function get human size in bytes"
- name: "TestResources"
description: "Test basic resources"
- name: "ListOfDirs"
description: "Check list of directories"
- name: "FilePermissions"
description: ""
- name: "StringPadding"
description: ""
- name: "DateTimeFormat"
description: ""
- name: "MakeDirsPath"
description: ""
- name: "ExtractDirpath"
description: ""
- name: "ExtractFilepath"
description: ""
- name: "StartsWith"
description: ""
- name: "EndsWith"
description: ""