Issue Details (XML | Word | Printable)

Key: FEST-229
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Alex Ruiz
Reporter: Alex Ruiz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FEST

Descriptions are not evaluated lazily when an assertion fails

Created: 03/Oct/09 01:30 PM   Updated: 03/Oct/09 01:38 PM   Resolved: 03/Oct/09 01:36 PM
Return to search
Component/s: Assert
Affects Version/s: FEST-Assert 1.1
Fix Version/s: FEST-Assert 1.2

Time Tracking:
Not Specified


 Description  « Hide

The reason to use Description is to lazy-load the description of the actual value in an assertion. In many places we are getting the value of the description before evaluating the assertion. The correct behavior is to evaluate the description only if the assertion fails.



There are no comments yet on this issue.