Shut up, tests

This commit is contained in:
2014-04-21 23:05:10 -07:00
parent 42e13c192a
commit 99be35885a
2 changed files with 0 additions and 0 deletions

10
examples/junit.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
TESTDIR=$(dirname ${BASH_SOURCE})
. $TESTDIR/../lib/junit.sh
junit_header
junit_testcase "super::class" "someTest" 31337
junit_testcase "super::class" "someOtherTest" 31337 "generic failure" "Yo dawg, I heard you like failures" "This is some raw data, please read it"
junit_footer