iiRecord
Agentic AI Atlas · xUnit.net
library:xunita5c.ai
II.
Library JSON

library:xunit

Structured · live

xUnit.net json

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

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:xunit",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "xUnit.net",
    "belongsToLanguageId": "language:csharp",
    "category": "testing",
    "description": "Modern, extensible unit testing framework for .NET with constructor-based\ntest isolation, [Fact]/[Theory] attributes, inline and member data sources,\nparallel test execution, and a rich ecosystem of assertion and fixture packages.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:xunit",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:xunit",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:xunit",
      "to": "library:nunit",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:fsharp-web-api",
      "to": "library:xunit",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:vertical-slice-architecture",
      "to": "library:xunit",
      "kind": "composed_of"
    }
  ]
}