-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcppunit.json
More file actions
34 lines (34 loc) · 1.22 KB
/
cppunit.json
File metadata and controls
34 lines (34 loc) · 1.22 KB
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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/cppunit",
"@type": "schema:SoftwareApplication",
"name": "CppUnit",
"description": "Unit testing framework for C++ that enables systematic testing of research software components, improving code reliability and maintainability through automated test execution and comprehensive testing capabilities.",
"url": "https://freedesktop.org/wiki/Software/cppunit/",
"applicationCategory": [
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }
],
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:maintainability", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" }
],
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_test_coverage",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
],
"howToUse": ["command-line"],
"appliesToProgrammingLanguage": ["C++"],
"license": "https://spdx.org/licenses/LGPL-3.0-only"
}