Elvys Soares

Results 5 issues of Elvys Soares

This is a test refactoring. **Problem:** The Exception Handling test smell occurs when a test method explicitly a passing or failing of a test method is dependent on the production...

**Problem:** A test method with many individual assertions stops being executed on the first failed assertion, which prevents the remaining ones' execution. In the refactored methods, the difference between the...

This is a test improvement. **Problem:** Conditions within the test method will alter the behavior of the test and its expected output and would lead to situations where (I) the...

An Assertion Roulette occurs when a test method has multiple non-documented assertions. Various assertion statements in a test method without a descriptive message impacts readability/understandability/maintainability as it is difficult to...

This is a test refactoring. Problem: The exception handling test smell occurs when a test method explicitly a passing or failing of a test method is dependent on the production...