()
| 327 | # ── C# ─────────────────────────────────────────────────────────────────────── |
| 328 | |
| 329 | def test_csharp_no_error(): |
| 330 | r = extract_csharp(FIXTURES / "sample.cs") |
| 331 | assert "error" not in r |
| 332 | |
| 333 | def test_csharp_finds_class(): |
| 334 | r = extract_csharp(FIXTURES / "sample.cs") |
nothing calls this directly
no test coverage detected