Jul 14, 2020
Abstract: JUnit is a unit testing framework for the Java programming language. The JUnit 5 version has been redesigned to solve some particular problems of the previous versions. It comes with a lot…
Jul 6, 2020
The last article in our series on migrating from JUnit 4 to JUnit 5 (implementing the migration, dependencies, annotations). This time we look at the effective migration.
Jun 24, 2020
The second article of our series on implementing the migration, dependencies, annotations when Migrating from JUnit 4 to JUnit 5. This time we look at needed dependencies.
Jun 17, 2020
Implementing the migration from JUnit 4 to JUnit 5 can be done step by step and, for a period of time, you may be working with a hybrid approach for mature projects. The article will compare the need…
Jun 10, 2020
The last article in our series on JUnit 5 Architecture. We now turn our attention to the JUnit 5 approach. JUnit 5 allows similar effects as in the case of the JUnit 4 rules by introducing the own ex…
Jun 4, 2020
In this fifth article in our series we look at the CustomStatement class. Happy reading.
May 28, 2020
The 4th article in our series on JUnit 5 Architecture. We continue our discussions on the Rules vs the extension model and move our attention to the new JUnit 5 approach.
May 20, 2020
At Luxoft Training we are constantly developing new solutions aimed at equipping IT&C professionals with the abilities they need to thrive in this environment.
May 12, 2020
In this third part of our article series on JUnit 5 Architecture we look at rules vs the extension model. Happy reading.
May 5, 2020
The second part of our article series on Junit 5 Architecture. This time we look at JUnit 5 Jupiter, JUnit 5 Vintage and more.
Apr 27, 2020
Abstract: This article discusses the new architecture of JUnit 5, the shortcomings of the previous JUnit 4 version, and how the modular approach changed things and the advantages it has come with. It…
Apr 22, 2020
The last article in our series on dependency injection and testing in JUnit 5. This time we look at parameterized tests.