-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathjunit.json
More file actions
34 lines (34 loc) · 1.13 KB
/
junit.json
File metadata and controls
34 lines (34 loc) · 1.13 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/junit",
"@type": "schema:SoftwareApplication",
"name": "JUnit",
"description": "Comprehensive unit testing framework for Java that enables systematic testing of research software components, improving code reliability and maintainability through automated test execution and reporting.",
"url": "https://junit.org/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:maintainability", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" }
],
"howToUse": ["command-line"],
"appliesToProgrammingLanguage": ["Java"],
"license": "https://spdx.org/licenses/EPL-2.0",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_tests",
"@type": "@id"
}
]
}