factor/basis/ui/gadgets/presentations/presentations-tests.factor

15 lines
349 B
Factor
Raw Normal View History

2008-03-01 17:00:45 -05:00
IN: ui.gadgets.presentations.tests
2007-09-20 18:09:08 -04:00
USING: math ui.gadgets.presentations ui.gadgets tools.test
prettyprint ui.gadgets.buttons io io.streams.string kernel
classes.tuple ;
2007-09-20 18:09:08 -04:00
[ t ] [
"Hi" \ + <presentation> [ gadget? ] is?
] unit-test
[ "+" ] [
[
\ + f \ pprint <command-button> dup button-quot call
] with-string-writer
2007-09-20 18:09:08 -04:00
] unit-test