This pattern is generally for unit testing and moc...
# announcements
z
This pattern is generally for unit testing and mocking. I don't intend for there to be any other Implementation in the real app but I want to be able to mock
Foo
in testing (
Foo
in this case is likely a dependency).