| |
| Recipe 9.17: Placing Postconditions on Method Return Values |
Last Updated: Sep 8, 2003
Status: Draft
|
|
|
|
How important is this problem to you?
(Login to Vote)
5.00 Rating, 1 Vote
|
|
How acceptable is the proposed solution?
(Login to Vote)
0.00 Rating, 0 Votes
|
|
Problem:
   
Your method returns a value: you want to place a postcondition on that return value to ensure that the value is valid.
Solution:
Discussion:
|
|