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

Function test_csharp_finds_class

tests/test_languages.py:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 assert "error" not in r
332
333def test_csharp_finds_class():
334 r = extract_csharp(FIXTURES / "sample.cs")
335 assert any("DataProcessor" in l for l in _labels(r))
336
337def test_csharp_finds_interface():
338 r = extract_csharp(FIXTURES / "sample.cs")

Callers

nothing calls this directly

Calls 2

extract_csharpFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected