extensions.st
changeset 220 c2030e11e775
parent 120 329e25b127dc
child 222 8e6f482297fa
--- a/extensions.st	Tue Feb 01 11:57:09 2011 +0100
+++ b/extensions.st	Tue Jun 28 14:39:06 2011 +0200
@@ -0,0 +1,21 @@
+"{ Package: 'stx:goodies/sunit' }"!
+
+!Behavior methodsFor:'Camp Smalltalk'!
+
+sunitAllSelectors
+	^self allSelectors asSortedCollection asOrderedCollection
+! !
+
+!Behavior methodsFor:'Camp Smalltalk'!
+
+sunitSelectors
+	^self selectors asSortedCollection asOrderedCollection
+
+    "Created: / 20.6.2000 / 11:54:54 / Sames"
+! !
+
+!stx_goodies_sunit class methodsFor:'documentation'!
+
+extensionsVersion_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/extensions.st,v 1.8 2011-06-28 12:39:06 cg Exp $'
+! !
\ No newline at end of file