Foundation
provide.testkit.base.foundation
¶
FoundationTestCase Base Class.
Provides a common base class for all Foundation-based tests with standard utilities, automatic setup/cleanup, and common assertions.
Classes¶
FoundationTestCase
¶
Bases: MinimalTestCase
Base test case for Foundation-based tests.
Provides common utilities for testing Foundation applications: - Automatic Foundation reset between tests - Temporary file/directory tracking and cleanup - Mock tracking utilities - Common assertion methods - Output capture helpers
Functions¶
setup_method
¶
Set up test case with Foundation reset.