Latest

Feb
24
Use MockMvc to test Spring Boot applications

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
4 min read
Jan
26
My 100 Days of Code Challenge Project

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
4 min read
Sep
15
100 Days of Code Challenge

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
3 min read
Jul
30
Samebug Extension for JUnit5

Samebug Extension for JUnit5

I was contacted recently by the guys over at Samebug [https://samebug.io]. We had a few chats about their
3 min read
Jul
28
Publishing to Maven Central is easy

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
5 min read
Jun
06
Polymorphic Deserialization with Jackson

Polymorphic Deserialization with Jackson

When serializing POJOs to JSON we lose a very valuable information about the polymorphic nature of the Java object. When
3 min read
May
19
Log hierarchy in Logback

Log hierarchy in Logback

Log hierarchy in Logback is based on the log names. That is a characteristic that makes lots of interesting and
3 min read
May
10
Mock final classes with Mockito

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’
2 min read
May
10
Mixing JUnit 4 and JUnit 5 tests

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.
4 min read
Apr
28
Using Mockito with JUnit 5

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
1 min read
Mastodon