SimpleTestResourceA1.st
author convert-repo
Mon, 13 Feb 2017 04:35:21 +0000
changeset 675 384514ae296e
parent 222 8e6f482297fa
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
update tags

"{ Package: 'stx:goodies/sunit' }"

SimpleTestResource subclass:#SimpleTestResourceA1
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SUnit-Tests'
!


!SimpleTestResourceA1 class methodsFor:'documentation'!

version_SVN
    ^ '§Id: SimpleTestResourceA1.st 214 2011-03-14 12:22:21Z vranyj1 §'
! !