()
| 80 | # ── Java ────────────────────────────────────────────────────────────────────── |
| 81 | |
| 82 | def test_java_no_error(): |
| 83 | r = extract_java(FIXTURES / "sample.java") |
| 84 | assert "error" not in r |
| 85 | |
| 86 | def test_java_finds_class(): |
| 87 | r = extract_java(FIXTURES / "sample.java") |
nothing calls this directly
no test coverage detected