SUnitDelay.st
author Claus Gittinger <cg@exept.de>
Thu, 13 Jul 2017 15:11:26 +0200
changeset 685 00195d0e5ebc
parent 222 8e6f482297fa
child 724 4dae63fce9f9
permissions -rw-r--r--
#REFACTORING by cg class: TestCase changed: #debug (send #ensure: instead of #sunitEnsure:) #run:beforeEachDo:afterEachDo:resetResources:debug: (send #ensure: instead of #sunitEnsure:) #runCase (send #ensure: instead of #sunitEnsure:) #runCaseAsFailure: (send #ensure: instead of #sunitEnsure:)

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

Delay subclass:#SUnitDelay
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SUnit-Preload'
!


!SUnitDelay class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/sunit/SUnitDelay.st,v 1.5 2011-06-29 19:15:49 cg Exp $'
!

version_SVN
    ^ '§Id: SUnitDelay.st 182 2009-12-05 18:12:17Z vranyj1 §'
! !