Skip to content

Instantly share code, notes, and snippets.

@tobias
Created March 10, 2015 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobias/928d9467870ba1b9d7c5 to your computer and use it in GitHub Desktop.
Save tobias/928d9467870ba1b9d7c5 to your computer and use it in GitHub Desktop.
$ lein test
lein test fntest.nrepl-test
Starting JBoss
/usr/lib/jvm/java-8-oracle/jre/bin/java -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djboss.home.dir=/home/tcrawley/.immutant/current/jboss -Dlogging.configuration=file:/home/tcrawley/.immutant/current/jboss/standalone/configuration/logging.properties -Dorg.jboss.boot.log.file=/home/tcrawley/work/clojure/fntest/target/isolated-immutant/standalone/log/boot.log -jar /home/tcrawley/.immutant/current/jboss/jboss-modules.jar -mp /home/tcrawley/.immutant/current/jboss/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.server.base.dir=/home/tcrawley/work/clojure/fntest/target/isolated-immutant/standalone -Djboss.socket.binding.port-offset=67 -Djboss.logging.level=INFO
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-hybrid.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
FAIL "truth is" at (core_test.clj:6)
Expected: true
Actual: false
JC truth
>>> Output from clojure.test tests:
FAIL in (truth) (core_test.clj:9)
expected: (not true)
actual: (not (not true))
1 failures, 0 errors.
>>> Midje summary:
FAILURE: 1 check failed.
Midje tests done. 2 tests failed.
Undeploying fail-hybrid
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/pass-expectations.clj
Connecting to remote app...
Running expectations tests...
Testing namespaces in container: (app.core-test)
Ran 1 tests containing 1 assertions in 15 msecs
0 failures, 0 errors.
Undeploying pass-expectations
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-hybrid.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
FAIL "truth is" at (core_test.clj:6)
Expected: true
Actual: false
>>> Output from clojure.test tests:
0 failures, 0 errors.
>>> Midje summary:
FAILURE: 1 check failed.
Midje tests done. 1 tests failed.
Undeploying fail-hybrid
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-midje.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
FAIL "truth is" at (core_test.clj:5)
Expected: true
Actual: false
FAIL "truth is exceptional" at (core_test.clj:6)
Expected: true
Actual: java.lang.Exception
app.core_test$eval7360$base_function__6193__auto____7361$fn__7362$fn__7363.invoke(core_test.clj:6)
app.core_test$eval7360$base_function__6193__auto____7361$fn__7362.invoke(core_test.clj:6)
app.core_test$eval7360$base_function__6193__auto____7361.invoke(core_test.clj:6)
app.core_test$eval7360.invoke(core_test.clj:6)
FAILURE: 2 checks failed.
Midje tests done. 2 tests failed.
Undeploying fail-midje
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-core.clj
Connecting to remote app...
Running clojure.test tests...
Testing namespaces in container: (app.core-test)
Testing app.core-test
FAIL in (truth) (core_test.clj:5)
expected: (not true)
actual: (not (not true))
Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
Undeploying fail-core
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-expectations.clj
Connecting to remote app...
Running expectations tests...
Testing namespaces in container: (app.core-test)
failure in (core_test.clj:4) : app.core-test
(expect true? false)
false is not true?
Ran 1 tests containing 1 assertions in 29 msecs
1 failures, 0 errors.
Undeploying fail-expectations
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/fail-hybrid.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
>>> Output from clojure.test tests:
FAIL in (truth) (core_test.clj:8)
expected: (not true)
actual: (not (not true))
1 failures, 0 errors.
>>> Midje summary:
All checks (1) succeeded.
Midje tests done. 1 tests failed.
Undeploying fail-hybrid
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/pass-hybrid.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
>>> Output from clojure.test tests:
0 failures, 0 errors.
>>> Midje summary:
All checks (1) succeeded.
Midje tests done. 0 tests failed.
Undeploying pass-hybrid
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/pass-core.clj
Connecting to remote app...
Running clojure.test tests...
Testing namespaces in container: (app.core-test)
Testing app.core-test
Ran 1 tests containing 1 assertions.
0 failures, 0 errors.
Undeploying pass-core
Deploying /home/tcrawley/work/clojure/fntest/.descriptors/pass-midje.clj
Connecting to remote app...
Run `(doc midje)` for Midje usage.
Run `(doc midje-repl)` for descriptions of Midje repl functions.
Running Midje tests...
All checks (1) succeeded.
Midje tests done. 0 tests failed.
Undeploying pass-midje
Stopping JBoss
Ran 10 tests containing 10 assertions.
0 failures, 0 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment