extensions.st
author Claus Gittinger <cg@exept.de>
Mon, 19 Aug 2002 18:29:46 +0200
changeset 77 c41da8255d91
parent 57 6135e11e1c07
child 119 12d083bd1fe0
permissions -rw-r--r--
*** empty log message ***

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

!Exception methodsFor:'Camp Smalltalk'!

sunitExitWith:aValue
	^ self return:aValue

    "Created: / 20.6.2000 / 18:22:33 / Sames"
! !

!Symbol methodsFor:'Camp Smalltalk'!

sunitAsClass
	^SUnitNameResolver classNamed: self

    "Created: / 20.6.2000 / 18:22:33 / Sames"
! !