GitNexus/gitnexus/test
Gergo Magyar afa4e81a5f test: overloaded method disambiguation integration tests for 5 languages
Add comprehensive integration tests verifying that overloaded methods with
different arities produce distinct graph nodes and correct METHOD_IMPLEMENTS
edges. Each fixture uses different parameter counts (1 vs 2) to exercise
the #<paramCount> arity suffix.

Languages covered:
- Java: 7 tests (distinct nodes, 3 METHOD_IMPLEMENTS edges, 2 CALLS edges)
- C#: 5 tests (distinct Find nodes, 3 METHOD_IMPLEMENTS edges)
- Kotlin: 4 tests (distinct find nodes, 3 METHOD_IMPLEMENTS edges)
- TypeScript: 3 tests (TS overloads collapse to 1 impl — expects 2 edges)
- Swift: 4 tests (skipped when parser unavailable)

All assertions use strict toBe() — no toBeGreaterThanOrEqual.
2026-04-04 10:04:22 +01:00
..
fixtures test: overloaded method disambiguation integration tests for 5 languages 2026-04-04 10:04:22 +01:00
helpers feat(group): add group infrastructure and contract matching 2026-04-02 00:39:43 +03:00
integration test: overloaded method disambiguation integration tests for 5 languages 2026-04-04 10:04:22 +01:00
unit feat: disambiguate overloaded method node IDs with #<paramCount> arity suffix 2026-04-04 09:22:11 +01:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00
global-setup.ts feat: upgrade @ladybugdb/core to 0.15.2 and remove segfault workarounds (#374) 2026-03-19 08:25:43 +00:00
vitest.d.ts refactor: migrate from KuzuDB to LadybugDB v0.15 (#275) 2026-03-15 15:53:01 +00:00