Integration testing with JUnit and Maven failsafe plugin
Integration testing with JUnit and Maven failsafe plugin
I am sure you know the differences between integration and unit testing but for the sake of completeness I am going to re-iterate the major difference from the perspective of a test designer.
When designing an unit test, you are concerned only about that one class, so all data coming into the class are usually mocked. However, during integration tests you need to use “real” data from the intended…
View On WordPress











