factor/extra/tools/crossref/crossref-tests.factor

13 lines
342 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: math kernel sequences io.files tools.crossref tools.test
2008-02-23 23:48:45 -05:00
parser namespaces source-files generic definitions ;
2007-09-20 18:09:08 -04:00
IN: temporary
GENERIC: foo
M: integer foo + ;
"resource:extra/tools/test/foo.factor" run-file
2008-02-23 23:29:29 -05:00
[ t ] [ integer \ foo method method-word \ + usage member? ] unit-test
[ t ] [ \ foo usage [ pathname? ] contains? ] unit-test