“Test Double” is a generic term for any case where you replace a production object for testing purposes.
I believe the following description provides a more intuitive understanding of the concept.
A Test Double is an object that stands in for a real object in a test, similar to how a stunt double stands in for an actor in a movie.
There are various kinds of test doubles: Dummies, Stubs, Mocks, Spies, Fakes.