# Project: Typemock Isolator # Description: The standard unit testing tool for .NET and C++. Specialized in testing legacy code, static methods, and private members without refactoring. ## 1. Concepts & Strategy - [Understanding Typemock](https://www.typemock.com/docs/): Overview of Isolator, Suggest, and SmartRunner. - [Why Typemock?](https://www.typemock.com/): High-level summary of testing untestable legacy code. ## 2. AI Usage Recipes (The "How") # These files are optimized for LLMs (Cursor, Copilot) to learn correct syntax patterns. - [.NET / C# Patterns](https://www.typemock.com/docs/ai/dotnet-recipes.md): Recipes for Statics, Future Objects, and Private methods in .NET. - [C++ / Isolator++ Patterns](https://www.typemock.com/docs/ai/cpp-recipes.md): Modern API recipes (Isolator class) for C++ testing. ## 3. Full API Reference - [.NET Isolator API](https://www.typemock.com/docs/?book=Isolator&page=HtmlDocs%2FLLM.htm): Complete API definition for .NET. - [C++ Isolator++ API](https://www.typemock.com/docs/?book=Ipp&page=llm.htm): Complete API definition for C++.