/**
 * Testing fixtures module
 * Provides test data generation utilities
 */

export {
  TestDataFactory,
  type UseCase,
  type UseCaseOptions,
  type NFR,
  type NFRCategory,
  type NFROptions,
  type SupplementalSpec,
  type ADR,
  type ADROptions,
  type SADSection,
  type ComponentDesign,
  type TestCase,
  type TestCaseOptions,
  type TestPlan,
  type TestResult,
  type GitCommit,
  type CommitOptions,
  type PullRequest,
  type PROptions,
  type ProjectIntake,
  type IntakeOptions,
  type RiskRegister,
  type Risk,
  type IterationPlan
} from './test-data-factory.js';
