|
JML | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Counter | A simple Counter. |
Class Summary | |
Counter_JML_TestData | Supply test data for the JML and JUnit based testing of Counter. |
EqualsN | A search problem which is to find the number n. |
LessThanN | A search problem which is to find the first number strictly less than n (and greater than 0). |
LinearSearch | A linear search component, intended to demonstrate verification in JML specifications. |
LinearSearch_JML_TestData | Supply test data for the JML and JUnit based testing of LinearSearch. |
Meter | A behavioral subtype of Counter. |
Meter_JML_TestData | Supply test data for the JML and JUnit based testing of Meter. |
Proof | A class that demonstrates Floyd-Hoare-style proofs using JML notation. |
Proof_JML_TestData | Supply test data for the JML and JUnit based testing of Proof. |
SingleSolution | A class of search problems for which there is one solution. |
This package contains miscellaneous samples of JML specifications. Many of these are related to verification issues, and some are illustrating points about behavioral subtyping.
|
JML | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |