TestSuitesCompoundScriptTest.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Nov 2017 20:40:34 +0000
branchjv
changeset 696 268bf2c60556
parent 664 e31b2e7b658d
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' }"

"{ NameSpace: Smalltalk }"

TestSuitesHierarchyScriptTest subclass:#TestSuitesCompoundScriptTest
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SUnit-Tests'
!


!TestSuitesCompoundScriptTest methodsFor:'testing'!

testRan
	super testRan
! !

!TestSuitesCompoundScriptTest class methodsFor:'documentation'!

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

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