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

Function test_java_finds_interface

tests/test_languages.py:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 assert any("DataProcessor" in l for l in _labels(r))
89
90def test_java_finds_interface():
91 r = extract_java(FIXTURES / "sample.java")
92 assert any("Processor" in l for l in _labels(r))
93
94def test_java_finds_methods():
95 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