What is the main difference between a stubs, a mock?
1 Like
"Stubs" is an object that holds predefined data and uses it for answering calls during tests whereas “Mocks” are objects that register calls they receive.