{
  "ruleId": "C072",
  "name": "Single Test Behavior",
  "description": "Each test should verify a single behavior",
  "category": "testing",
  "severity": "info",
  "languages": [
    "typescript",
    "javascript",
    "dart"
  ],
  "version": "1.0.0",
  "status": "stable",
  "tags": [
    "testing",
    "best-practices",
    "single-responsibility"
  ],
  "config": {},
  "examples": {
    "violations": [],
    "valid": []
  },
  "fixes": {
    "autoFixable": false,
    "suggestions": []
  }
}