clean-swift.com
Does stubbing give you an empty feeling - am I stubbing too much? - Clean Swift
As you start writing your first few unit tests, this is how you’re going to feel. You’re testing a class, then you need to stub out some other class, and some more class. Eventually, you’ll feel like you’re basically stubbing everything. You don’t even know if you’re still testing the real class anymore. I feel...
Raymond