Test double used to simulate an external dependency that sends information into the unit of code. It lets us control the info received by the unit of code. Multiple Stubs can exist in a test. Given that it inserts information into the test WE DO NOT ...
blog.fiftywords.co2 min read
No responses yet.