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

Function test_java_finds_class

tests/test_languages.py:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 assert "error" not in r
85
86def test_java_finds_class():
87 r = extract_java(FIXTURES / "sample.java")
88 assert any("DataProcessor" in l for l in _labels(r))
89
90def test_java_finds_interface():
91 r = extract_java(FIXTURES / "sample.java")

Callers

nothing calls this directly

Calls 2

extract_javaFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected