RosettaCodeData/Task/Assertions/Smalltalk/assertions-2.st
2023-07-01 13:44:08 -04:00

2 lines
134 B
Smalltalk

self assert: (... somethingMustEvaluateToTrue.. )
self should:[ some code ] raise: someException "ensures that an exception is raised