]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/tools/inspector/inspector-tests.factor
ui.tools.inspector: actually test something
[factor.git] / basis / ui / tools / inspector / inspector-tests.factor
1 USING: kernel math models tools.test ui.tools.inspector ;
2
3 { } [ \ + <model> <inspector-gadget> com-edit-slot ] unit-test
4
5 ! Make sure we can click around in the inspector; map-index regression
6 { } [ "abcdefg" make-slot-descriptions drop ] unit-test