|
Class: ListEntry (private in ResultList
This class is only visible from within
ResultList (which is itself a private class of TestRunner2).
Object
|
+--AbstractHierarchicalItem
|
+--AbstractHierarchicalItemWithModel
|
+--HierarchicalItem
|
+--Tools::TestRunner2::ResultList::ListEntry
- Package:
- stx:libtool
- Category:
- SUnit-UI
- Owner:
- Tools::TestRunner2::ResultList
initialization
-
errorText
-
darker
-
failedText
-
darker
-
passedText
-
instance creation
-
label: aStringOrText
-
-
labeled: aStringOrText
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
accessing
-
icon
-
(comment from inherited method)
returns the icon or nil;
*** to optimize:redefine by subClass
-
label
-
(comment from inherited method)
returns the label displayed on aGC;
*** to optimize:redefine by subClass
-
label: aText
-
-
rawLabel
-
-
result
-
-
result: aSymbol
-
-
test
-
-
test: aTestCase
-
enumeration
-
leafsDo: aBlock
-
-
testsDo: aBlock
-
initialization
-
reset
-
-
setChildren: aCollection
-
(comment from inherited method)
because of removeFromIndexToIndex, this should be an OrderedCollection or similar
private
-
computeResult
-
-
summary
-
testing
-
isError
-
-
isFailed
-
-
isLeafEntry
-
-
isPassed
-
-
isSkipped
-
|