unity-mcp/TestProjects/UnityMCPTests/Assets/Tests/EditMode/Tools
David Sarno aac237c5cf test: Add comprehensive unit tests for ComponentResolver and intelligent property matching
- Add AIPropertyMatchingTests.cs with 14 tests covering property enumeration, fuzzy matching, caching, and Unity naming conventions
- Add ManageGameObjectTests.cs with 10 integration tests for component resolution, property matching, and error handling
- Add ComponentResolverTests.cs.meta for existing comprehensive ComponentResolver tests
- Add AssemblyInfo.cs.meta for test assembly access
- Fix ManageGameObject.HandleCommand null parameter handling to prevent NullReferenceException

All 45 unit tests now pass, providing full coverage of:
- Robust component resolution avoiding Assembly.LoadFrom
- Intelligent property name suggestions using rule-based fuzzy matching
- Assembly definition (asmdef) support via CompilationPipeline
- Comprehensive error handling with helpful suggestions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 19:27:40 -07:00
..
AIPropertyMatchingTests.cs test: Add comprehensive unit tests for ComponentResolver and intelligent property matching 2025-09-02 19:27:40 -07:00
AIPropertyMatchingTests.cs.meta test: Add comprehensive unit tests for ComponentResolver and intelligent property matching 2025-09-02 19:27:40 -07:00
CommandRegistryTests.cs Improve Windsurf MCP Config (#231) 2025-08-24 06:57:11 -04:00
CommandRegistryTests.cs.meta Improve Windsurf MCP Config (#231) 2025-08-24 06:57:11 -04:00
ComponentResolverTests.cs feat: add AI-powered property matching system for component properties 2025-09-02 19:08:59 -07:00
ComponentResolverTests.cs.meta test: Add comprehensive unit tests for ComponentResolver and intelligent property matching 2025-09-02 19:27:40 -07:00
ManageGameObjectTests.cs test: Add comprehensive unit tests for ComponentResolver and intelligent property matching 2025-09-02 19:27:40 -07:00
ManageGameObjectTests.cs.meta test: Add comprehensive unit tests for ComponentResolver and intelligent property matching 2025-09-02 19:27:40 -07:00