JUnit · JSON-LD Context

Junit Context

JSON-LD context defining the semantic vocabulary for Junit from JUnit.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

ju: https://raw.githubusercontent.com/api-evangelist/junit/main/json-ld/junit-context.jsonld#

Classes

name description url TestSuite TestCase TestResult TestFailure TestError tests failures errors skipped time

JSON-LD Document

junit-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ju": "https://raw.githubusercontent.com/api-evangelist/junit/main/json-ld/junit-context.jsonld#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "TestSuite": "ju:TestSuite",
    "TestCase": "ju:TestCase",
    "TestResult": "ju:TestResult",
    "TestFailure": "ju:TestFailure",
    "TestError": "ju:TestError",
    "tests": "ju:tests",
    "failures": "ju:failures",
    "errors": "ju:errors",
    "skipped": "ju:skipped",
    "time": "ju:time"
  }
}