Skip to Content

Technology Blog

Technology Blog

Tag – Mock

Quick Introduction to Mock

Quick Introduction to Mock Mock is a powerful library for facilitating testing.  It allows users to replace components of your application with powerful mock objects at testing runtime.  These objects can then be used to make observations about call patterns and to assert which methods of the object were accessed, the...

Back