File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 22title : JML Tutorial - Postconditions (ensures clauses)
33---
44
5- <!--
6- <div style="display: flex; justify-content: space-between;">
7- <div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
8- <a href="index.html"><<< Previous</a>
9- </div>
10- <div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:center;">
11- <a href="index.html">TOC</a>
12- </div>
13- <div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:right;">
14- <a href="Preconditions.html">Next >>></a>
15- </div>
16- </div>
17- -->
18-
195A method's specification states _ what_ the method does,
206but not _ how_ it is done. The effect of a method is
217stated in its _ postcondition_ , which is written in an
You can’t perform that action at this time.
0 commit comments