clojure.test in ClojureDart
- Implemented
- 25.6%10 / 39
- Mismatched
- 6
- Missing
- 29
- Dialect-Only
- 10
Metadata Mismatches (6)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
assert-any | :macro Clojure (JVM): false this surface: true |
assert-expr | :macro Clojure (JVM): false this surface: true |
assert-predicate | :macro Clojure (JVM): false this surface: true |
deftest | arglists Clojure (JVM): ([name & body])this surface: ([test-name & opts+body]) |
function? | arglists Clojure (JVM): ([x])this surface: ([env sym]) |
use-fixtures | :macro Clojure (JVM): false this surface: true |
Vars Present in Clojure (JVM) but Absent from This Surface (29)
| Var |
|---|
*initial-report-counters* |
*load-tests* |
*report-counters* |
*stack-trace-depth* |
*test-out* |
*testing-contexts* |
*testing-vars* |
compose-fixtures |
do-report |
file-position |
get-possibly-unbound-var |
inc-report-counter |
join-fixtures |
report |
run-all-tests |
run-test |
run-test-var |
run-tests |
set-test |
successful? |
test-all-vars |
test-ns |
test-var |
test-vars |
testing-contexts-str |
testing-vars-str |
try-expr |
with-test |
with-test-out |
Vars Present in This Surface but Not in Clojure (JVM) (10)
| Var |
|---|
*groups* |
*in-test* |
cljd-test-matcher |
defrunner-main |
fixture-callbacks |
register-each-fixtures |
register-fixtures |
register-once-fixtures |
resolve-symbol |
result |