The modest tech blog
  • About Me
  • Resources
    Beautiful Jekyll Learn markdown
Navigation bar avatar

The modest tech blog


Let's discuss about good software development practices

Unit testing learning series - Assertions, mocking, and matchers

The art of good assertions

Posted on October 3, 2020

This article is part of the Unit testing learning series. [Read More]
Tags: unit-testing-learning-series java junit unit-test hamcrest mockito mocking good-practices

Unit testing learning series - Basics

Let's start with the basics

Posted on October 2, 2020

This article is part of the Unit testing learning series. [Read More]
Tags: unit-testing-learning-series java junit unit-test good-practices

Unit testing learning series

How to write clean, thorough unit tests

Posted on October 2, 2020

The first thing I want to start with in this blog is unit testing. The reason for that is that you can only guarantee your software is as good as your tests. Anything that isn’t tested, and tested properly, might break at some point. In fact, even relatively well-tested software... [Read More]
Tags: unit-testing-learning-series java junit unit-test good-practices
  • ← Newer Posts
  • Email me
  • GitHub
  • LinkedIn
  • StackOverflow

David Courtinot  •  2021

Powered by Beautiful Jekyll and Github Pages