TestSuitesCompoundScriptTest.st
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 12:17:57 +0100
changeset 738 19f75695aa0f
parent 222 8e6f482297fa
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
#FEATURE by cg class: TestResult class definition added: #lastOutcome changed: #runCase:debugged: class: TestResult class added: #stateInconclusive #stateNames comment/format in: #stateError #stateSkip

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

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