Module: functional-dylan-test-suite Synopsis: Functional Objects extensions library test suite Author: Andy Armstrong Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND /// Class test cases define functional-extensions class-test () check-true("byte-string[0] is a ", instance?("abc"[0], )) end class-test ; define functional-extensions class-test () //---*** Fill this in... end class-test ; define functional-extensions class-test () //---*** Fill this in... end class-test ; define functional-extensions class-test () //---*** Fill this in... end class-test ; define functional-extensions class-test () //---*** Fill this in... end class-test ; define functional-extensions class-test () //---*** Fill this in... end class-test ; /// simple-random classes define simple-random class-test () //---*** Fill this in... end class-test ;