SimpleTestResourceB.st
author sr
Tue, 03 Dec 2019 11:47:02 +0100
changeset 766 9fbada22f0db
parent 222 8e6f482297fa
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
#FEATURE by Stefan Reise class: TestCase class added: #isCompiledWithBorland32 #isCompiledWithGcc32 #isCompiledWithGcc64 #isCompiledWithMingw64 removed: #isRunningUnderBorland32 #isRunningUnderGcc32 #isRunningUnderGcc64 #isRunningUnderMingw64

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

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


!SimpleTestResourceB class methodsFor:'accessing'!

resources
	^Array with: SimpleTestResourceA1 with: SimpleTestResourceB1
! !

!SimpleTestResourceB class methodsFor:'documentation'!

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