Generic Function Testsuite-P (3 methods)

( testsuite-p < thing > )

Part of:

package lift

Determine whether or not thing is a testsuite. Thing can be a symbol naming a suite, a subclass of test-mixin or an instance of a test suite. Returns nil if thing is not a testsuite and the symbol naming the suite if it is.

Method Summary

testsuite-p < standard-class > 
testsuite-p < standard-object > 
testsuite-p < symbol >