Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 17, 2024 00:09
Show Gist options
  • Select an option

  • Save wilmoore/b54e5c33eb0b858e2dc2e8c3fb5bc72d to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/b54e5c33eb0b858e2dc2e8c3fb5bc72d to your computer and use it in GitHub Desktop.
Software Engineering :: Automated Testing :: Test Double

Software Engineering :: Automated Testing :: Test Double

⪼ Made with 💜 by Polyglot.

A test double is software used in software test automation that satisfies a dependency and provides functionality via an interface that the software under test cannot distinguish from production code so the test need not depend on production code.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment