Remove building-microservices-in-java-article-series
article thumbnail

Article Series: Building Microservices in Java

InfoQ Articles

This article series will explore the state-of-the-art in building microservice-based architectures using the Java language. These frameworks emerged after MicroProfile was introduced to the Java community in 2016. These frameworks emerged after MicroProfile was introduced to the Java community in 2016.

144
144
article thumbnail

What’s the Scope of a Unit Test?

Leading Agile

I’ve seen unit tests that cover an entire executable, a collection of collaborating objects, an end-to-end transaction, an entire batch jobstream, a series of steps in an ETL process, and all kinds of other things that are of large scope and that have lots of tightly-coupled dependencies. I agree with that. It will just have to do.