/** * Contract Tests for BenchmarkGraphExpander * * These tests verify that BenchmarkGraphExpander correctly implements * the GraphExpander interface contract, with particular focus on: * - Undirected graph edge handling (forward + reverse edges) * - Binary search correctness for edge lookup * - Lazy adjacency building * - Degree calculation consistency * * Context: The BenchmarkGraphExpander bug (missing reverse edge lookup) * caused universal false negatives in coverage metrics. These tests * prevent similar bugs by validating adapter implementation correctness. */ export {}; //# sourceMappingURL=benchmark-graph-expander.unit.test.d.ts.map