-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paul Keller edited this page Mar 14, 2026
·
4 revisions
This wiki is focused on practical usage and extension patterns.
Each page covers one extension point only.
- Extension: ICircularDependencyService
- Extension: IConstructorSelector
- Extension: IParameterPropertyMatcher
- Extension: IPropertyExpressionParser
- Extension: IPropertyValueStore
- Extension: ISpecimenBuilderStrategy
- Extension: IValueCreationPlugin
- Extension: IValueCreationService
- Start with
With(...),Without(...), andClear()from Getting Started. - Tune default behavior with Customizing Behavior.
- Implement custom extensions only when a real test need appears.