MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_java_no_error

Function test_java_no_error

tests/test_languages.py:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80# ── Java ──────────────────────────────────────────────────────────────────────
81
82def test_java_no_error():
83 r = extract_java(FIXTURES / "sample.java")
84 assert "error" not in r
85
86def test_java_finds_class():
87 r = extract_java(FIXTURES / "sample.java")

Callers

nothing calls this directly

Calls 1

extract_javaFunction · 0.90

Tested by

no test coverage detected