Glossary

Mock

A simulated object that mimics the behavior of a real object in controlled ways. Used in testing to isolate the code under test from its dependencies. (Ch. 21)

Learn More

Related Terms