/** * Tests du pipeline RefMerge v2.6 * * Couvre les 3 kinds de refactoring : rename-local, rename-top-level, move-method. * 15+ fixtures tirées de scénarios réels de conflit de refactoring. * * Structure : * - Section A : detectRefactorings (unitaire, 6 cas) * - Section B : invertRefactorings + replayRefactorings (unitaire, 4 cas) * - Section C : tryRefMerge (orchestrateur, 5 cas positifs + 4 cas négatifs) * - Section D : intégration resolve() avec refactoringAware.enabled */ export {}; //# sourceMappingURL=refactoring-pipeline.test.d.ts.map