Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 4.52 KB

index.md

File metadata and controls

95 lines (69 loc) · 4.52 KB
layout
default

Mockito

You will see a lot of awesome examples of how to use Mockito Library, crafted with s2, music and beer by @alexandregama

Configuring Your Test to Use Mockito

Behavior and Stubbing

Argument Matcher - Basic

Number of Interactions

Verifying mocks with Timeout

Verifying Particular Order

Stubbing Void Methods

Spying on Real Methods

Capturing Arguments with ArgumentCaptor

Partial Mock

Mock's Answer

Java 8 Lambda Support

<- Back to home