Lines Matching refs:_shunit_error
64 _shunit_error() { function
177 _shunit_error "assertEquals() requires two or three arguments; $# given"
219 _shunit_error "assertNotEquals() requires two or three arguments; $# given"
261 _shunit_error "assertContains() requires two or three arguments; $# given"
302 _shunit_error "assertNotContains() requires two or three arguments; $# given"
343 _shunit_error "assertNull() requires one or two arguments; $# given"
377 _shunit_error "assertNotNull() requires one or two arguments; $# given"
413 _shunit_error "assertSame() requires two or three arguments; $# given"
447 _shunit_error "assertNotSame() requires two or three arguments; $# given"
494 _shunit_error "assertTrue() takes one or two arguments; $# given"
565 _shunit_error "assertFalse() requires one or two arguments; $# given"
625 _shunit_error "fail() requires zero or one arguments; $# given"
658 _shunit_error "failNotEquals() requires one or two arguments; $# given"
693 _shunit_error "failFound() requires one or two arguments; $# given"
726 _shunit_error "failNotFound() requires one or two arguments; $# given"
761 _shunit_error "failSame() requires two or three arguments; $# given"
797 _shunit_error "failNotSame() requires one or two arguments; $# given"
1006 _shunit_error "unrecognized trap value (${_shunit_name_})"
1105 _shunit_error "${_shunit_test_}() returned non-zero return code."