(find-ns-suite n)
Returns a test suite for the namespace.
Returns nil if the namespace has no test suites.
By default, recurses on all Vars in a namespace looking for values for which lazytest.suite/suite? is true. If a namesapce has :lazytest/ns-suite metadata, uses that value instead.
Always returns nil for the clojure.core namespace, to avoid special Vars such as *1, *2, *3
Returns a test suite for the namespace. Returns nil if the namespace has no test suites. By default, recurses on all Vars in a namespace looking for values for which lazytest.suite/suite? is true. If a namesapce has :lazytest/ns-suite metadata, uses that value instead. Always returns nil for the clojure.core namespace, to avoid special Vars such as *1, *2, *3
(find-suite & names)
Returns test suite containing suites for the given namespaces. If no names given, searches all namespaces.
Returns test suite containing suites for the given namespaces. If no names given, searches all namespaces.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |