Introduction
The aim of this article is not to impose a solution, but to show different ways and tools to split unit and integration tests.
We all encountered the need to write tests in our developments, the interest of each kind of tests is easy to found in several web sources or others (for example see http://softwaretestingfundamentals.com/unit-testing/
), then i will not develop this part here.
We will see below, how to split unit and integration tests with several methods of 2 dependency managers (Maven and Gradle), concerning Java source code.
In conclusion you will find a succinct comparison of all the methods.
Read more
Details