- Stub -
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 ...
Oct 23, 20222 min read21


