SimpleTestResourceA1.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 21:35:30 +0100
branchworking_v5_0
changeset 611 1eecc860f4a5
parent 222 8e6f482297fa
permissions -rw-r--r--
Project definition fixed and HG configured as for CVS mirror repository.

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