home *** CD-ROM | disk | FTP | other *** search
- " boite test cases "
- "
- *
- * These tests should determine if the boite system is working correctly.
- *
- * oldtest2.self,v 1.1 1993/05/23 23:16:47 richards Exp
- *
- * oldtest2.self,v
- # Revision 1.1 1993/05/23 23:16:47 richards
- # Initial revision
- #
- # Revision 1.1 1992/08/19 02:03:46 richards
- # Initial revision
- *
- *
- *
- "
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: boites vboite copy
- bar: boites htext make: 'Hello'
- bar setMinSizes
- bar _Print
- foo addEnd: bar
- foo addEnd: ((boites htext make: 'There') setMinSizes)
- foo fixUpSizes
-
- ' Test set #2 tests. ' printLine
-
- 'tests' load
- baz: hunk makeBoite
- baz _Print
- baz contents _Print
- baz print
-
-
-
-
-
-
-
-
-
-