|
| 1 | +wsjcpp_version: v0.0.1 |
| 2 | +cmake_cxx_standard: 11 |
| 3 | +cmake_minimum_required: 3.0 |
| 4 | + |
| 5 | +name: wsjcpp-core |
| 6 | +version: v0.1.5 |
| 7 | +description: Basic Utils for wsjcpp |
| 8 | +issues: https://github.com/wsjcpp/wsjcpp-core/issues |
| 9 | +repositories: |
| 10 | + - type: main |
| 11 | + url: "https://github.com/wsjcpp/wsjcpp-core" |
| 12 | +keywords: |
| 13 | + - c++ |
| 14 | + - wsjcpp |
| 15 | + |
| 16 | +authors: |
| 17 | + - name: Evgenii Sopov |
| 18 | + email: mrseakg@gmail.com |
| 19 | + |
| 20 | +distribution: |
| 21 | + - source-file: src/wsjcpp_core.cpp |
| 22 | + target-file: wsjcpp_core.cpp |
| 23 | + type: "source-code" |
| 24 | + - source-file: src/wsjcpp_core.h |
| 25 | + target-file: wsjcpp_core.h |
| 26 | + type: "source-code" # todo must be header-file |
| 27 | + - source-file: "src/wsjcpp_unit_tests.cpp" |
| 28 | + target-file: "wsjcpp_unit_tests.cpp" |
| 29 | + type: "unit-tests" |
| 30 | + - source-file: "src/wsjcpp_unit_tests.h" |
| 31 | + target-file: "wsjcpp_unit_tests.h" |
| 32 | + type: "unit-tests" |
| 33 | + - source-file: "src/wsjcpp_unit_tests_main.cpp" |
| 34 | + target-file: "wsjcpp_unit_tests_main.cpp" |
| 35 | + type: "unit-tests" |
| 36 | + - source-file: "scripts.wsjcpp/generate.Class" |
| 37 | + target-file: "generate.Class" |
| 38 | + type: "safe-scripting-generate" |
| 39 | + - source-file: "src/wsjcpp_resources_manager.h" |
| 40 | + target-file: "wsjcpp_resources_manager.h" |
| 41 | + type: "source-code" |
| 42 | + - source-file: "src/wsjcpp_resources_manager.cpp" |
| 43 | + target-file: "wsjcpp_resources_manager.cpp" |
| 44 | + type: "source-code" |
| 45 | + |
| 46 | +unit-tests: |
| 47 | + cases: |
| 48 | + - name: CoreNormalizePath |
| 49 | + description: Check function normalizePath |
| 50 | + - name: CoreUuid |
| 51 | + description: Check test generate uuid function |
| 52 | + - name: CoreExtractFilename |
| 53 | + description: Check function extract filenane from path |
| 54 | + - name: "ToUpper" |
| 55 | + description: "String to upper" |
| 56 | + - name: "CreateUuid" |
| 57 | + description: "Test generation uuids" |
| 58 | + - name: "GetEnv" |
| 59 | + description: "Test getEnv function" |
| 60 | + - name: "ToLower" |
| 61 | + description: "Test toLower" |
| 62 | + - name: "ReplaceAll" |
| 63 | + description: "Test replace all" |
| 64 | + - name: "DecodeUriComponent" |
| 65 | + description: "Check decoding" |
| 66 | + - name: "EncodeUriComponent" |
| 67 | + description: "Check encoding" |
| 68 | + - name: "Uint2HexString" |
| 69 | + description: "Test convert unsigned int to hex string" |
| 70 | + - name: "Split" |
| 71 | + description: "Test split function" |
| 72 | + - name: "CreateEmptyFile" |
| 73 | + description: "Test create empty file" |
| 74 | + - name: "ReadFileToBuffer" |
| 75 | + description: "test for readFileToBuffer" |
| 76 | + - name: "Join" |
| 77 | + description: "Test join function" |
| 78 | + - name: "getHumanSizeBytes" |
| 79 | + description: "Test function get human size in bytes" |
| 80 | + - name: "TestResources" |
| 81 | + description: "Test basic resources" |
0 commit comments