Testing with Hamcrest

In this very practical tutorial, we focus on using the Hamcrest API and on writing neater and more intuitive unit tests for our software.

Introduction to AssertJ

AssertJ is an open-source library for writing fluent and rich assertions in Java tests. This article focuses on tools available in the basic AssertJ-core module.

Intro to Gatling

A quick introduction to the Gatling performance tool and how to record a simple test scenario with it.

Introduction to Spring REST Docs

This article introduces Spring REST Docs, a test-driven mechanism to generate documentation for RESTful services that is both accurate and readable.

Introduction to PowerMock

This article demonstrates the use of the PowerMockito extension to Mockito’s capabilities, including the mocking of static, final, and private methods.