TestResult.st
changeset 492 acee2f69dbc9
parent 487 52803f8a7029
child 501 6ffd3fa997b2
equal deleted inserted replaced
491:cb1adb873328 492:acee2f69dbc9
   264 
   264 
   265 skippedOutcomes
   265 skippedOutcomes
   266 
   266 
   267     skipped isNil ifTrue: [skipped := OrderedCollection new].
   267     skipped isNil ifTrue: [skipped := OrderedCollection new].
   268     ^skipped
   268     ^skipped
   269 !
       
   270 
       
   271 startTime:aTimestamp
       
   272     "sets the overall (suite) start time"
       
   273 
       
   274     "/ ignored, for now (Neil should add it)
       
   275     "/ startTime := aTimestamp.
       
   276 !
   269 !
   277 
   270 
   278 testOutcomes
   271 testOutcomes
   279 
   272 
   280         ^(OrderedCollection new: self runCount)
   273         ^(OrderedCollection new: self runCount)
   548 ! !
   541 ! !
   549 
   542 
   550 !TestResult class methodsFor:'documentation'!
   543 !TestResult class methodsFor:'documentation'!
   551 
   544 
   552 version
   545 version
   553     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.46 2012-11-05 21:03:08 cg Exp $'
   546     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.47 2012-11-06 08:13:54 cg Exp $'
   554 !
   547 !
   555 
   548 
   556 version_CVS
   549 version_CVS
   557     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.46 2012-11-05 21:03:08 cg Exp $'
   550     ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.47 2012-11-06 08:13:54 cg Exp $'
   558 !
   551 !
   559 
   552 
   560 version_SVN
   553 version_SVN
   561     ^ '§Id: TestResult.st 205 2010-09-11 15:23:01Z vranyj1 §'
   554     ^ '§Id: TestResult.st 205 2010-09-11 15:23:01Z vranyj1 §'
   562 ! !
   555 ! !