SUnitDelay.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Nov 2017 20:40:34 +0000
branchjv
changeset 696 268bf2c60556
parent 222 8e6f482297fa
child 724 4dae63fce9f9
permissions -rw-r--r--
UI testing: wait until event queue empties ...when `#do:`ing an user action. This is necessary for widget/tools that pushes more work back onto an even queue (in order to make the system more responsive).

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