SUnitDelay.st
author Claus Gittinger <cg@exept.de>
Wed, 29 May 2019 01:12:49 +0200
changeset 747 1dcb53cf964d
parent 222 8e6f482297fa
child 724 4dae63fce9f9
permissions -rw-r--r--
#FEATURE by cg class: TestCase added: #invokeTestMethod changed: #performTest support timeout annotation

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