1.

What Is Mockito?

Answer»

Mockito allows creation of mock OBJECT for the purpose of Test Driven DEVELOPMENT and Behavior Driven development. UNLIKE creating actual object, Mockito allows creation of fake object (external dependencies) which allows it to give CONSISTENT results to a given INVOCATION.

Mockito allows creation of mock object for the purpose of Test Driven Development and Behavior Driven development. Unlike creating actual object, Mockito allows creation of fake object (external dependencies) which allows it to give consistent results to a given invocation.



Discussion

No Comment Found