1 USING: math kernel sequences io.files io.pathnames
2 tools.crossref tools.test parser namespaces source-files generic
4 IN: tools.crossref.tests
10 "resource:basis/tools/crossref/test/foo.factor" run-file
12 [ t ] [ integer \ foo method \ + usage member? ] unit-test
13 [ t ] [ \ foo usage [ pathname? ] any? ] unit-test