iiRecord
Agentic AI Atlas · Kotest
library:kotesta5c.ai
II.
Library JSON

library:kotest

Structured · live

Kotest json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-jvm-extended.yamlCluster · domain
Record JSON
{
  "id": "library:kotest",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-jvm-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kotest",
    "belongsToLanguageId": "language:kotlin",
    "category": "testing",
    "description": "Flexible Kotlin testing framework with multiple spec styles,\nproperty-based testing, data-driven tests, and coroutine support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:kotest",
      "to": "language:kotlin",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:kotest",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:kotest",
      "to": "library:junit",
      "kind": "alternative_to"
    },
    {
      "from": "library:kotest",
      "to": "library:scalatest",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:scalatest",
      "to": "library:kotest",
      "kind": "alternative_to"
    }
  ]
}