Mockito: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


=Internal=
=Internal=
* [[Testing#Internal|Testing]]
* [[Software Testing Concepts#Internal|Software Testing]]
* [[PowerMock]]
* [[PowerMock]]


=Overview=
=Overview=
The Mockito framework provides an API to create [[Software_Testing_Concepts#Mock|mock objects]]. It uses proxy objects to verify the invocation and stub calls.
The Mockito framework provides an API to create [[Software_Testing_Concepts#Mock|mock objects]]. It uses proxy objects to verify the invocation and stub calls.

Revision as of 01:52, 16 July 2021

External

Internal

Overview

The Mockito framework provides an API to create mock objects. It uses proxy objects to verify the invocation and stub calls.