Testing Guides
Practical guides for writing solitary and sociable unit tests with Suites. Learn how to test components in isolation, verify real interactions between classes, and control external dependencies.
In This Section
- Fundamentals of Unit Testing - Core principles and best practices
- Solitary Unit Tests - Testing components in complete isolation
- Sociable Unit Tests - Testing with real dependencies
- Test Doubles - Mocks, stubs, and spies
- Virtual Test Container - How Suites creates test environments
tip
Start with Fundamentals, then Solitary and Sociable testing.
Working Examples
Browse the Suites Examples repository for complete, runnable examples of solitary, sociable, and real-world testing patterns.