DEV Community

Discussion on: Using the Strategy Pattern (Examples in C#)

Collapse
 
sam_ferree profile image
Sam Ferree

That’s how I’d do it, Unit test the concrete implementations, and selection, then Integration test both.