Core Java
-

Custom Hamcrest Matchers
This article is part of our Academy Course titled Testing with Mockito. In this course, you will dive into the…
Read More » -

Mockito Verification
This article is part of our Academy Course titled Testing with Mockito. In this course, you will dive into the…
Read More » -

Mocks, Spies, Partial Mocks and Stubbing
This article is part of our Academy Course titled Testing with Mockito. In this course, you will dive into the…
Read More » -

Getting started with Mockito
This article is part of our Academy Course titled Testing with Mockito. In this course, you will dive into the…
Read More » -

Mockito Tutorial: Testing and Mocking with Mockito
Course Overview Mockito is an open source testing framework for Java released under the MIT License.The framework allows the creation…
Read More » -

JavaOne and OOW 2015 Summary
Hello everyone! Finally I’m back after a great JavaOne and OOW 2015. In this post I’d like to share my…
Read More » -

Functional programming for Java: getting started with Javaslang
Java is an old language and there are many new kids in the block who are challenging it on its…
Read More » -

Beware of Functional Programming in Java!
This isnāt going to be a rant about functional programming, which is awesome. This is a warning about some practices…
Read More » -

Test Doubles: mocks, dummies and stubs
Most classes haveĀ collaborators. When unit testing, you usually want to avoid using real implementations of those collaborators to avoid test…
Read More »



