Parent Directory
|
Revision Log
Moved from trunk/Src/eweasel to trunk/eweasel so that a simple checkout of the source code is not penalized by the lenghty process of checking out all the tests of eweasel.
1 | |
2 | --| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 | --| All rights reserved. |
4 | --| Your use of this work is governed under the terms of the GNU General |
5 | --| Public License version 2. |
6 | |
7 | class TEST |
8 | inherit |
9 | $PARENTS |
10 | SHARED |
11 | creation |
12 | make |
13 | feature |
14 | make is |
15 | do |
16 | Current.weasel; |
17 | end |
18 | |
19 | weasel is |
20 | do |
21 | ensure then |
22 | post1: show ("Postcondition 1"); |
23 | post2: show ("Postcondition 2"); |
24 | post3: show ("Postcondition 3"); |
25 | end |
26 | |
27 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |