Assert softly – when one assertion is not enough
It’s usually in our best interest to keep one assertion per test method. Yet, situation when more than one check in single test method is present may occur. Why this may be a problem?Generally, JVM testing frameworks, such as Junit makes use of AssertionExceptions. If such exception is thrown during test block execution, test stops and … Continue reading Assert softly – when one assertion is not enough
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed