TestAsserter.st
changeset 692 781228855c60
parent 687 e8513ab11939
child 708 35643bf43d6a
equal deleted inserted replaced
691:6bb8fca6b69b 692:781228855c60
   122     "fail the testCase if aBooleanOrBlock evaluates to false, 
   122     "fail the testCase if aBooleanOrBlock evaluates to false, 
   123      and report aStringOrBlock's value as failure-description."
   123      and report aStringOrBlock's value as failure-description."
   124 
   124 
   125     <resource: #xxskipInDebuggersWalkBack>
   125     <resource: #xxskipInDebuggersWalkBack>
   126 
   126 
   127     ^self assert:aBooleanOrBlock description:aString resumable: false.
   127     ^ self assert:aBooleanOrBlock description:aString resumable: false.
   128 
   128 
   129     "Modified: / 11-09-2010 / 15:34:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   129     "Modified: / 11-09-2010 / 15:34:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   130     "Modified (comment): / 13-07-2017 / 15:06:02 / cg"
   130     "Modified (format): / 09-11-2017 / 10:03:58 / cg"
   131 !
   131 !
   132 
   132 
   133 assert:aBooleanOrBlock description:aStringOrBlock resumable:resumableBoolean
   133 assert:aBooleanOrBlock description:aStringOrBlock resumable:resumableBoolean
   134     "fail the testCase if aBooleanOrBlock evaluates to false, 
   134     "fail the testCase if aBooleanOrBlock evaluates to false, 
   135      and report aStringOrBlock's value as failure-description.
   135      and report aStringOrBlock's value as failure-description.