extensions.st
author Claus Gittinger <cg@exept.de>
Tue, 28 Jun 2011 14:39:06 +0200
changeset 220 c2030e11e775
parent 120 329e25b127dc
child 222 8e6f482297fa
permissions -rw-r--r--
sunit stuff moved

"{ 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 $'
! !