This chapter covers the following topics.
-
Testing your application with Helidon infrastructure based on JUnit and TestNG
-
Creating highly customizable test fixtures using a rich set of annotations
-
Testcontainers for integration testing
Testing in Helidon
Software testing is undeniably crucial, yet motivating ourselves to create those tests can be challenging. However, as soon as you begin incorporating tests, you’ll quickly discover that the ...