racket/collects/guibuilder/tests/test-docs-complete.rkt
Robby Findler 507b1cd8fd moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library
2011-05-05 16:10:42 -05:00

16 lines
592 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote guibuilder/utils))
(check-docs (quote guibuilder/top-level))
(check-docs (quote guibuilder/toolbar))
(check-docs (quote guibuilder/text-field))
(check-docs (quote guibuilder/slider-guage))
(check-docs (quote guibuilder/simple-control))
(check-docs (quote guibuilder/readable))
(check-docs (quote guibuilder/panel))
(check-docs (quote guibuilder/multiple-choice))
(check-docs (quote guibuilder/guibuilder))
(check-docs (quote guibuilder/feature))
(check-docs (quote guibuilder/canvas))
(check-docs (quote guibuilder/base))