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

Function test_java_finds_methods

tests/test_languages.py:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 assert any("Processor" in l for l in _labels(r))
93
94def test_java_finds_methods():
95 r = extract_java(FIXTURES / "sample.java")
96 labels = _labels(r)
97 assert any("addItem" in l for l in labels)
98 assert any("process" in l for l in labels)
99
100def test_java_finds_imports():
101 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