You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<testcasename="isValidIncludeInfo function should return true if includeItemPairs is empty"time="0.0010"classname="should return true if includeItemPairs is empty">
7
+
</testcase>
8
+
<testcasename="isValidIncludeInfo function should return true if includeItemPairs is valid"time="0.0000"classname="should return true if includeItemPairs is valid">
9
+
</testcase>
10
+
<testcasename="isValidIncludeInfo function should return false if includes are not unique"time="0.0000"classname="should return false if includes are not unique">
11
+
</testcase>
12
+
<testcasename="isValidIncludeInfo function should return false if one include is contained in another include"time="0.0000"classname="should return false if one include is contained in another include">
13
+
</testcase>
14
+
<testcasename="isValidIncludeInfo function should return false if one include with prefix is contained in another include"time="0.0000"classname="should return false if one include with prefix is contained in another include">
<testcasename="removeEmptyNodes function should work for empty array"time="0.0000"classname="should work for empty array">
19
+
</testcase>
20
+
<testcasename="removeEmptyNodes function should remove all items for an array of sections(except Add-ons section) with no childItems"time="0.0000"classname="should remove all items for an array of sections(except Add-ons section) with no childItems">
21
+
</testcase>
22
+
<testcasename="removeEmptyNodes function should remove all items from an array of sections with childItems but no leaf items"time="0.0000"classname="should remove all items from an array of sections with childItems but no leaf items">
23
+
</testcase>
24
+
<testcasename="removeEmptyNodes function should remove items with no leaf items"time="0.0000"classname="should remove items with no leaf items">
25
+
</testcase>
26
+
<testcasename="removeEmptyNodes function should not remove items if all items have leaf items"time="0.0000"classname="should not remove items if all items have leaf items">
<testcasename="constructFromIncludeInfo function should merge all typeListNodes if all of them are matched in include info"time="0.0080"classname="should merge all typeListNodes if all of them are matched in include info">
31
+
</testcase>
32
+
<testcasename="constructFromIncludeInfo function should skip nodes that are not matched or included"time="0.0000"classname="should skip nodes that are not matched or included">
33
+
</testcase>
34
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes even if appear in different include info"time="0.0010"classname="should merge typeListNodes even if appear in different include info">
35
+
</testcase>
36
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes if they are matched or included in include info"time="0.0000"classname="should merge typeListNodes if they are matched or included in include info">
37
+
</testcase>
38
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes based on the attribute inclusive of include info"time="0.0010"classname="should merge typeListNodes based on the attribute inclusive of include info">
39
+
</testcase>
40
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes based on include path with prefix"time="0.0000"classname="should merge typeListNodes based on include path with prefix">
41
+
</testcase>
42
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes even if multiple include paths have the same prefix"time="0.0000"classname="should merge typeListNodes even if multiple include paths have the same prefix">
43
+
</testcase>
44
+
<testcasename="constructFromIncludeInfo function should merge typeListNodes and build node name from their fullyQualifiedNames after prefix"time="0.0000"classname="should merge typeListNodes and build node name from their fullyQualifiedNames after prefix">
<testcasename="updateSections function should throw exceptions 0"time="0.0000"classname="should throw exceptions 0">
49
+
</testcase>
50
+
<testcasename="updateSections function should throw exceptions 1"time="0.0000"classname="should throw exceptions 1">
51
+
</testcase>
52
+
<testcasename="updateSections function should throw exceptions 2"time="0.0000"classname="should throw exceptions 2">
53
+
</testcase>
54
+
<testcasename="updateSections function should throw exceptions 3"time="0.0000"classname="should throw exceptions 3">
55
+
</testcase>
56
+
<testcasename="updateSections function should throw exceptions 4"time="0.0000"classname="should throw exceptions 4">
57
+
</testcase>
58
+
<testcasename="updateSections function should insert a new element when there isn't an existing one"time="0.0010"classname="should insert a new element when there isn't an existing one">
59
+
</testcase>
60
+
<testcasename="updateSections function should update existing contents with new contents"time="0.0000"classname="should update existing contents with new contents">
61
+
</testcase>
62
+
<testcasename="updateSections function should update existing contents including child elements"time="0.0000"classname="should update existing contents including child elements">
<testcasename="listNode Class should create an empty TypeListNode"time="0.0000"classname="should create an empty TypeListNode">
67
+
</testcase>
68
+
<testcasename="listNode Class should create a TypeListNode with correct attributes"time="0.0000"classname="should create a TypeListNode with correct attributes">
<testcasename="LayoutElement class should create an empty LayoutElement"time="0.0000"classname="should create an empty LayoutElement">
73
+
</testcase>
74
+
<testcasename="LayoutElement class should be able to append a child"time="0.0000"classname="should be able to append a child">
75
+
</testcase>
76
+
<testcasename="LayoutElement class should create LayoutElement from data with child elements"time="0.0000"classname="should create LayoutElement from data with child elements">
<testcasename="ItemData class should create an LibraryItem from string"time="0.0000"classname="should create an LibraryItem from string">
81
+
</testcase>
82
+
<testcasename="ItemData class should create an LibraryItem from layoutElement"time="0.0000"classname="should create an LibraryItem from layoutElement">
83
+
</testcase>
84
+
<testcasename="ItemData class should append some children"time="0.0000"classname="should append some children">
<testcasename="buildLibraryItemsFromName function should construct a library item with fullyQualifiedName"time="0.0000"classname="should construct a library item with fullyQualifiedName">
89
+
</testcase>
90
+
<testcasename="buildLibraryItemsFromName function should construct correctly nested library items with fullyQualifiedName"time="0.0000"classname="should construct correctly nested library items with fullyQualifiedName">
<testcasename="setItemStateRecursive function should work on empty array"time="0.0000"classname="should work on empty array">
95
+
</testcase>
96
+
<testcasename="setItemStateRecursive function should set the correct attributes"time="0.0000"classname="should set the correct attributes">
97
+
</testcase>
98
+
<testcasename="setItemStateRecursive function should set the correct attributes of child items"time="0.0000"classname="should set the correct attributes of child items">
<testcasename="Search function should return false when nothing is found"time="0.0000"classname="should return false when nothing is found">
103
+
</testcase>
104
+
<testcasename="Search function should return true when matched items are found"time="0.0000"classname="should return true when matched items are found">
105
+
</testcase>
106
+
<testcasename="Search function should show all child items when parent item matches"time="0.0000"classname="should show all child items when parent item matches">
107
+
</testcase>
108
+
<testcasename="Search function should show parent item when some of its child items are matched"time="0.0000"classname="should show parent item when some of its child items are matched">
109
+
</testcase>
110
+
<testcasename="Search function should ignore item of type group"time="0.0000"classname="should ignore item of type group">
111
+
</testcase>
112
+
<testcasename="Search function should return results for search text with regex meta characters"time="0.0000"classname="should return results for search text with regex meta characters">
113
+
</testcase>
114
+
<testcasename="Search function should highlight text with regex meta characters"time="0.0000"classname="should highlight text with regex meta characters">
<testcasename="findAndExpandItemByPath function should return true if an item is found"time="0.0010"classname="should return true if an item is found">
119
+
</testcase>
120
+
<testcasename="findAndExpandItemByPath function should return false if an item is not found"time="0.0000"classname="should return false if an item is not found">
<testcasename="splitToParts function should return empty array if text is empty"time="0.0000"classname="should return empty array if text is empty">
131
+
</testcase>
132
+
<testcasename="splitToParts function should return correct parts if text doesn't have prefix or delimiter"time="0.0000"classname="should return correct parts if text doesn't have prefix or delimiter">
133
+
</testcase>
134
+
<testcasename="splitToParts function should return correct parts if text doesn't have prefix"time="0.0000"classname="should return correct parts if text doesn't have prefix">
135
+
</testcase>
136
+
<testcasename="splitToParts function should return correct parts if text has only prefix"time="0.0000"classname="should return correct parts if text has only prefix">
137
+
</testcase>
138
+
<testcasename="splitToParts function should return correct parts if text has prefix but no delimiter"time="0.0000"classname="should return correct parts if text has prefix but no delimiter">
139
+
</testcase>
140
+
<testcasename="splitToParts function should return correct parts if text has prefix and delimiter"time="0.0000"classname="should return correct parts if text has prefix and delimiter">
0 commit comments