*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 19 Aug 2002 18:29:46 +0200
changeset 77 c41da8255d91
parent 76 4caa8b4f31d1
child 78 fa2e30b08f8b
*** empty log message ***
extensions.st
--- a/extensions.st	Mon Aug 12 13:07:37 2002 +0200
+++ b/extensions.st	Mon Aug 19 18:29:46 2002 +0200
@@ -4,7 +4,7 @@
 !Behavior methodsFor:'Camp Smalltalk'!
 
 sunitAllSelectors
-        ^self allSelectors asSortedCollection asOrderedCollection
+	^self allSelectors asSortedCollection asOrderedCollection
 ! !
 
 !Behavior methodsFor:'Camp Smalltalk'!
@@ -15,6 +15,14 @@
     "Created: / 20.6.2000 / 11:54:54 / Sames"
 ! !
 
+!Exception methodsFor:'Camp Smalltalk'!
+
+sunitExitWith:aValue
+	^ self return:aValue
+
+    "Created: / 20.6.2000 / 18:22:33 / Sames"
+! !
+
 !Symbol methodsFor:'Camp Smalltalk'!
 
 sunitAsClass