Use MockMvc to test Spring Boot applications
When I need to create and API endpoint I usually like to write an integration
test first that will cover
My 100 Days of Code Challenge Project
Last September I decided to start a 100 days of code challenge for reasons
explained here. Although I had to
100 Days of Code Challenge
I’ve decided to give the 100 days of code challenge a go. @digitalarbyter
[https://www.instagram.com/digitalarbyter] on
Samebug Extension for JUnit5
I was contacted recently by the guys over at Samebug [https://samebug.io]. We
had a few chats about their
Publishing to Maven Central is easy
[https://i1.wp.com/igorski.co/wp-content/uploads/2018/07/d8c256cc-e1bf-4e78-83e8-6aeaefce3231-af8ee71d-b511-4bbc-8ff0-c453a24018cd-3645febb-f64d-42ba-8324-7dd2ea2df7fe-logo-large.png]
Sonatype [https://www.sonatype.com] logoA few days
Polymorphic Deserialization with Jackson
When serializing POJOs to JSON we lose a very valuable information about the
polymorphic nature of the Java object. When
Log hierarchy in Logback
Log hierarchy in Logback is based on the log names. That is a characteristic
that makes lots of interesting and
Mock final classes with Mockito
[https://i2.wp.com/igorski.co/wp-content/uploads/2018/05/Mockit-Junit-5-1.png]
One of the standard Mockito related questions I’
Mixing JUnit 4 and JUnit 5 tests
Thanks to the new architecture that JUnit 5 introduces it is possible to run both JUnit 4 and JUnit 5 tests in the same project.
Using Mockito with JUnit 5
Since version2.16.3 [https://github.com/mockito/mockito/pull/1221]Mockito has
official support for Junit5. Using Mockito with