Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Assert 1.1
-
Fix Version/s: FEST-Assert 1.2
-
Component/s: Assert
-
Labels:None
-
Number of attachments :
Description
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.