Sha256: f7923e3cd09522dd6b9a2ec62a9f6c881761637e94feb8bc9cc85895ba9e583d
Contents?: true
Size: 442 Bytes
Versions: 17
Compression:
Stored size: 442 Bytes
Contents
# What is a test double? A test double is a generalization of something that replaces a real object to make it easier to test another object. It's like a stunt double for tests. The following are test doubles: * Mocks * Stubs * Fakes * Spies * Proxies *Learn more: <http://xunitpatterns.com/Test%20Double.html>* Currently RR implements mocks, stubs, proxies, and spies. Fakes usually require custom code, so it is beyond the scope of RR.
Version data entries
17 entries across 17 versions & 1 rubygems