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 - Test coverage and test case automation

A metric you shouldn't brag too hastily about

Posted on October 24, 2020

This article is part of the Unit testing learning series. [Read More]
Tags: unit-testing-learning-series java mutation-testing generative-testing test-coverage clojure haskell good-practices

Unit testing learning series - Base test class and interface testing

Another way of sharing test code

Posted on October 10, 2020

This article is part of the Unit testing learning series. [Read More]
Tags: unit-testing-learning-series java junit unit-test inheritance good-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 assertj 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  •  2026

Powered by Beautiful Jekyll and Github Pages