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 | class TEST |
2 | |
3 | create |
4 | make |
5 | |
6 | feature {NONE} -- Creation |
7 | |
8 | make is |
9 | -- Run tests. |
10 | local |
11 | p: PROCEDURE [TEST, TUPLE [TEST, INTEGER]] |
12 | do |
13 | p := agent ?.f |
14 | p := agent {TEST}.f |
15 | end |
16 | |
17 | feature -- Settings |
18 | |
19 | f (i: INTEGER) is |
20 | do |
21 | end |
22 | |
23 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |