What is mocking (unit testing)?
What is mocking (unit testing)?
a. Mocking is a way of saving the results of the unit tests that you run in a permanent manner.
b. Mocking is the name of an approach that assumes no testing of the software during the development. All errors are caught in the production environment.
c. Mocking is a simulation of the behavior of a real object. Most often used to test the behavior of some other object.