diff options
Diffstat (limited to 'branch-1.1.x/test-is-api.html')
-rw-r--r-- | branch-1.1.x/test-is-api.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/branch-1.1.x/test-is-api.html b/branch-1.1.x/test-is-api.html index b28073e1..478ed5aa 100644 --- a/branch-1.1.x/test-is-api.html +++ b/branch-1.1.x/test-is-api.html @@ -174,7 +174,7 @@ be created by deftest, set-test, or with-test. Use this to omit tests when compiling or loading production code.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L239" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -186,7 +186,7 @@ is thrown during a test. Defaults to nil, which means print the complete stack trace.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L245" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -232,7 +232,7 @@ Note: This breaks some reporting features, such as line numbers.</pre> method calls, or isolated symbols.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L404" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -247,7 +247,7 @@ evaluated. If the predicate returns false, the 'actual' form will be wrapped in (not...).</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L386" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -259,7 +259,7 @@ be wrapped in (not...).</pre> that combines their behavior.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L618" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -279,7 +279,7 @@ itself. When *load-tests* is false, deftest is ignored.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L557" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -290,7 +290,7 @@ When *load-tests* is false, deftest is ignored.</pre> <pre id="var-docstr">Like deftest but creates a private var.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L573" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -316,7 +316,7 @@ expands to (do (check :a :b) (check :c :d))</pre> stack.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L275" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -373,7 +373,7 @@ any symbols starting with _</pre> a function (not a macro).</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L375" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -384,7 +384,7 @@ a function (not a macro).</pre> <pre id="var-docstr">Like var-get but returns nil if the var is unbound.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L368" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -396,7 +396,7 @@ a function (not a macro).</pre> Does nothing if *report-counters* is nil.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L300" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -420,7 +420,7 @@ thrown AND that the message on the exception matches (with re-matches) the regular expression re.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L501" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -432,7 +432,7 @@ re-matches) the regular expression re.</pre> fixture function, even if the collection is empty.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L624" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -447,7 +447,7 @@ the top of test_is.clj for more information on the types of arguments for 'report'.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L312" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -462,7 +462,7 @@ names matching the regular expression (with re-matches) will be tested.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L695" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -476,7 +476,7 @@ Defaults to current namespace if none given. Returns a map summarizing test results.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L684" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -491,7 +491,7 @@ The var must already exist. Does not modify the value of the var. When *load-tests* is false, set-test is ignored.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L581" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -503,7 +503,7 @@ When *load-tests* is false, set-test is ignored.</pre> were successful, false otherwise.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L703" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -525,7 +525,7 @@ were successful, false otherwise.</pre> <pre id="var-docstr">Calls test-var on every var interned in the namespace, with fixtures.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L649" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -542,7 +542,7 @@ Internally binds *report-counters* to a ref initialized to *report-counters*.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L660" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -554,7 +554,7 @@ Internally binds *report-counters* to a ref initialized to with *testing-vars* bound to (conj *testing-vars* v).</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L635" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -566,7 +566,7 @@ with *testing-vars* bound to (conj *testing-vars* v).</pre> but must occur inside a test function (deftest).</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L534" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -578,7 +578,7 @@ but must occur inside a test function (deftest).</pre> strings in *testing-contexts* with spaces.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L294" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -591,7 +591,7 @@ in *testing-vars* as a list, then the source file and line of current assertion.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L282" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -603,7 +603,7 @@ current assertion.</pre> You don't call this.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L486" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -615,7 +615,7 @@ teardown. Using a fixture-type of :each wraps every test individually, while:once wraps the whole run in a single function.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L601" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -630,7 +630,7 @@ When *load-tests* is false, only evaluates the definition, ignoring the tests.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L545" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -641,7 +641,7 @@ the tests.</pre> <pre id="var-docstr">Runs body with *out* bound to the value of *test-out*.</pre> - + <a href="http://github.com/clojure/clojure-contrib/blob//src/clojure/test.clj#L265" id="var-source">Source</a> </div> |