Changeset 37915 in project for release/5/coops-utils/trunk/tests/coops-utils-test.scm
- Timestamp:
- 09/28/19 05:06:19 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/coops-utils/trunk/tests/coops-utils-test.scm
r37388 r37915 4 4 (import test) 5 5 6 (test-begin "Coops Utils")7 8 ;;;9 10 6 (import 11 7 (chicken syntax) 12 8 (srfi 1) 13 9 (srfi 13) 14 coops 15 coops-utils) 10 coops) 16 11 17 ;; 12 ;;; 13 14 (import coops-utils) 15 16 (test-begin "Coops Utils") 17 18 ; 18 19 19 20 (test-assert (class? <standard-class>)) … … 163 164 |# 164 165 165 ; ;;166 ; 166 167 167 168 (test-end "Coops Utils") 168 169 170 ;; 171 172 (import coops-describe) 173 174 (test-begin "Coops Describe") 175 176 (describe-object <third>) 177 (newline) 178 (describe-object s1xy-inst) 179 (newline) 180 (describe-object describe-object) 181 (newline) 182 (print-closure describe-object) 183 184 (test-end "Coops Describe") 185 186 ;; 187 188 (import coops-introspection) 189 190 (test-begin "Coops Introspection") 191 192 (generic-name describe-object) 193 194 (test-end "Coops Introspection") 195 196 ;;; 197 169 198 (test-exit)
Note: See TracChangeset
for help on using the changeset viewer.