Bit #46
Test Double is a generic term for any case where you replace a production object for testing purposes.
Under test doubles, there are various types like stubs, spies and indeed mocks! Check out Martin Fowler’s post for more detail.
Test Double is a generic term for any case where you replace a production object for testing purposes.
Under test doubles, there are various types like stubs, spies and indeed mocks! Check out Martin Fowler’s post for more detail.