@sankhyalabs/core 6.1.0-dev.5 → 6.1.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,202 +1,360 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <unitTest version="1">
3
3
  <file path="/builds/dti/design-system/sankhyacore/test/util/ObjectUtils.spec.ts">
4
- <testCase name="ObjectUtils getProp should get an object value based on its path" duration="7"/>
5
- <testCase name="ObjectUtils getProp should get an object value based on its path" duration="1"/>
6
- <testCase name="ObjectUtils getProp should return undefined if the path doesn&apos;t exist in the object" duration="0"/>
4
+ <testCase name="ObjectUtils getProp should get an object value based on its path" duration="2"/>
5
+ <testCase name="ObjectUtils getProp should get an object value based on its path" duration="0"/>
6
+ <testCase name="ObjectUtils getProp should return undefined if the path doesn&apos;t exist in the object" duration="1"/>
7
7
  <testCase name="ObjectUtils hasEquivalentValues should return true if both objects have the same property value" duration="0"/>
8
- <testCase name="ObjectUtils hasEquivalentValues should return false if both objects have different property values" duration="0"/>
8
+ <testCase name="ObjectUtils hasEquivalentValues should return false if both objects have different property values" duration="1"/>
9
9
  <testCase name="ObjectUtils hasEquivalentValues should return true if both objects are equivalent with custom property to compare" duration="0"/>
10
10
  <testCase name="ObjectUtils hasEquivalentValues should return false if both objects are not equivalent with custom property to compare" duration="0"/>
11
- <testCase name="ObjectUtils hasEquivalentValues should return false if one object does not have the property" duration="1"/>
11
+ <testCase name="ObjectUtils hasEquivalentValues should return false if one object does not have the property" duration="0"/>
12
12
  <testCase name="ObjectUtils hasEquivalentValues should return true if comparing primitive values directly" duration="1"/>
13
13
  <testCase name="ObjectUtils hasEquivalentValues should return false if comparing different primitive values" duration="0"/>
14
- <testCase name="ObjectUtils hasEquivalentValues should return true when comparing object with a null value" duration="0"/>
14
+ <testCase name="ObjectUtils hasEquivalentValues should return true when comparing object with a null value" duration="1"/>
15
15
  <testCase name="ObjectUtils hasEquivalentValues should return false when comparing object with null and non-null value" duration="0"/>
16
- <testCase name="ObjectUtils hasEquivalentValues should return true when comparing non-object values that are equal" duration="1"/>
17
- <testCase name="ObjectUtils copy should copy a simple object" duration="2"/>
18
- <testCase name="ObjectUtils copy should copy an array of objects" duration="1"/>
16
+ <testCase name="ObjectUtils hasEquivalentValues should return true when comparing non-object values that are equal" duration="0"/>
17
+ <testCase name="ObjectUtils copy should copy a simple object" duration="1"/>
18
+ <testCase name="ObjectUtils copy should copy an array of objects" duration="0"/>
19
19
  <testCase name="ObjectUtils copy should copy an object with nested properties" duration="1"/>
20
- <testCase name="ObjectUtils copy should copy an object with null or undefined values" duration="81"/>
21
- <testCase name="ObjectUtils copy should copy an empty object" duration="2"/>
22
- <testCase name="ObjectUtils copy should copy an object with mixed types of values" duration="2"/>
20
+ <testCase name="ObjectUtils copy should copy an object with null or undefined values" duration="0"/>
21
+ <testCase name="ObjectUtils copy should copy an empty object" duration="1"/>
22
+ <testCase name="ObjectUtils copy should copy an object with mixed types of values" duration="1"/>
23
23
  <testCase name="ObjectUtils objectToString should convert a simple object to JSON string" duration="0"/>
24
- <testCase name="ObjectUtils objectToString should convert an array of objects to JSON string" duration="1"/>
25
- <testCase name="ObjectUtils objectToString should convert a nested object to JSON string" duration="0"/>
24
+ <testCase name="ObjectUtils objectToString should convert an array of objects to JSON string" duration="0"/>
25
+ <testCase name="ObjectUtils objectToString should convert a nested object to JSON string" duration="1"/>
26
26
  <testCase name="ObjectUtils objectToString should convert an object with null and undefined values to JSON string" duration="0"/>
27
27
  <testCase name="ObjectUtils objectToString should convert an empty object to JSON string" duration="0"/>
28
- <testCase name="ObjectUtils objectToString should convert an object with mixed types of values to JSON string" duration="0"/>
29
- <testCase name="ObjectUtils stringToObject should convert a simple JSON string to an object" duration="1"/>
28
+ <testCase name="ObjectUtils objectToString should convert an object with mixed types of values to JSON string" duration="1"/>
29
+ <testCase name="ObjectUtils stringToObject should convert a simple JSON string to an object" duration="0"/>
30
30
  <testCase name="ObjectUtils stringToObject should convert a JSON string representing an array of objects to an array of objects" duration="0"/>
31
31
  <testCase name="ObjectUtils stringToObject should convert a JSON string representing a nested object to an object" duration="1"/>
32
32
  <testCase name="ObjectUtils stringToObject should convert a JSON string with null and undefined values to an object" duration="0"/>
33
33
  <testCase name="ObjectUtils stringToObject should convert an empty JSON string to an empty object" duration="0"/>
34
- <testCase name="ObjectUtils stringToObject should throw an error for an invalid JSON string" duration="104"/>
35
- <testCase name="ObjectUtils sortByProperty should sort an object by a numerical property" duration="2"/>
34
+ <testCase name="ObjectUtils stringToObject should throw an error for an invalid JSON string" duration="7"/>
35
+ <testCase name="ObjectUtils sortByProperty should sort an object by a numerical property" duration="0"/>
36
36
  <testCase name="ObjectUtils sortByProperty should sort an object by a string property" duration="0"/>
37
37
  <testCase name="ObjectUtils sortByProperty should handle null values correctly when sorting" duration="0"/>
38
- <testCase name="ObjectUtils removeEmptyValues should remove properties with null or undefined values in a simple object" duration="1"/>
38
+ <testCase name="ObjectUtils removeEmptyValues should remove properties with null or undefined values in a simple object" duration="0"/>
39
39
  <testCase name="ObjectUtils removeEmptyValues should remove properties with null or undefined values in a nested object" duration="1"/>
40
- <testCase name="ObjectUtils removeEmptyValues should remove empty values in an array inside an object" duration="1"/>
41
- <testCase name="ObjectUtils removeEmptyValues should not modify an object with no null or undefined values" duration="0"/>
42
- <testCase name="ObjectUtils removeEmptyValues should return an empty object if all properties are removed" duration="1"/>
40
+ <testCase name="ObjectUtils removeEmptyValues should remove empty values in an array inside an object" duration="0"/>
41
+ <testCase name="ObjectUtils removeEmptyValues should not modify an object with no null or undefined values" duration="1"/>
42
+ <testCase name="ObjectUtils removeEmptyValues should return an empty object if all properties are removed" duration="0"/>
43
43
  <testCase name="ObjectUtils equals should return true for identical objects" duration="1"/>
44
- <testCase name="ObjectUtils equals should return false for different objects" duration="1"/>
44
+ <testCase name="ObjectUtils equals should return false for different objects" duration="0"/>
45
45
  <testCase name="ObjectUtils equals should return true for identical nested objects" duration="1"/>
46
46
  <testCase name="ObjectUtils equals should return false for different nested objects" duration="0"/>
47
- <testCase name="ObjectUtils equals should return false for objects with different types of properties" duration="1"/>
47
+ <testCase name="ObjectUtils equals should return false for objects with different types of properties" duration="0"/>
48
48
  <testCase name="ObjectUtils equals should return true for identical arrays" duration="0"/>
49
- <testCase name="ObjectUtils equals should return false for different arrays" duration="1"/>
50
- <testCase name="ObjectUtils equals should return true for empty objects" duration="0"/>
51
- <testCase name="ObjectUtils equals should return false when comparing different types (object vs array)" duration="1"/>
49
+ <testCase name="ObjectUtils equals should return false for different arrays" duration="0"/>
50
+ <testCase name="ObjectUtils equals should return true for empty objects" duration="1"/>
51
+ <testCase name="ObjectUtils equals should return false when comparing different types (object vs array)" duration="0"/>
52
52
  <testCase name="ObjectUtils equals should return true for objects with null and undefined treated as different" duration="0"/>
53
- <testCase name="ObjectUtils isEmptySafetyCheck should return true for an empty object" duration="1"/>
54
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with properties" duration="1"/>
55
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with nested properties" duration="0"/>
56
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for an empty array" duration="1"/>
57
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with null or undefined properties" duration="0"/>
53
+ <testCase name="ObjectUtils isEmptySafetyCheck should return true for an empty object" duration="0"/>
54
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with properties" duration="0"/>
55
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with nested properties" duration="1"/>
56
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for an empty array" duration="0"/>
57
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for an object with null or undefined properties" duration="1"/>
58
58
  <testCase name="ObjectUtils isEmptySafetyCheck should return false for a non-empty array object" duration="0"/>
59
- <testCase name="ObjectUtils isEmptySafetyCheck should handle null gracefully and return true" duration="1"/>
60
- <testCase name="ObjectUtils isEmptySafetyCheck should handle undefined gracefully and return true" duration="0"/>
61
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for primitive values (numbers, strings)" duration="1"/>
62
- <testCase name="ObjectUtils isEmptySafetyCheck should return false for functions" duration="1"/>
59
+ <testCase name="ObjectUtils isEmptySafetyCheck should handle null gracefully and return true" duration="0"/>
60
+ <testCase name="ObjectUtils isEmptySafetyCheck should handle undefined gracefully and return true" duration="1"/>
61
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for primitive values (numbers, strings)" duration="0"/>
62
+ <testCase name="ObjectUtils isEmptySafetyCheck should return false for functions" duration="0"/>
63
63
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return false for an empty object" duration="1"/>
64
- <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for an object with properties" duration="1"/>
64
+ <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for an object with properties" duration="0"/>
65
65
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for an object with nested properties" duration="0"/>
66
66
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for an empty array" duration="1"/>
67
67
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for an object with null or undefined properties" duration="0"/>
68
68
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for a non-empty array object" duration="0"/>
69
- <testCase name="ObjectUtils isNotEmptySafetyCheck should handle null gracefully and return false" duration="1"/>
70
- <testCase name="ObjectUtils isNotEmptySafetyCheck should handle undefined gracefully and return false" duration="0"/>
69
+ <testCase name="ObjectUtils isNotEmptySafetyCheck should handle null gracefully and return false" duration="0"/>
70
+ <testCase name="ObjectUtils isNotEmptySafetyCheck should handle undefined gracefully and return false" duration="1"/>
71
71
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return false for primitive values (numbers, strings)" duration="0"/>
72
72
  <testCase name="ObjectUtils isNotEmptySafetyCheck should return true for functions" duration="0"/>
73
73
  </file>
74
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/RecordsManager.spec.ts">
75
+ <testCase name="Records manager removeRecords should remove first record" duration="7"/>
76
+ <testCase name="Records manager removeRecords should remove first record with loader" duration="3"/>
77
+ <testCase name="Records manager removeRecords should remove two record with loader" duration="1"/>
78
+ <testCase name="Records manager removeRecords should remove last" duration="1"/>
79
+ <testCase name="Records manager removeRecords should handle error dataLoader" duration="1"/>
80
+ <testCase name="Records manager removeSelectedRecords should remove first record" duration="2"/>
81
+ <testCase name="Records manager removeSelectedRecords should remove last record" duration="1"/>
82
+ <testCase name="Records manager removeSelectedRecords should ignore when not has a record selected" duration="0"/>
83
+ <testCase name="Records manager removeSelectedRecords should throw error when all records is selected" duration="2"/>
84
+ <testCase name="Records manager copySelected should copy first record" duration="2"/>
85
+ <testCase name="Records manager copySelected should copy last record" duration="1"/>
86
+ <testCase name="Records manager copySelected should ignore when not has a record selected" duration="1"/>
87
+ <testCase name="Records manager copySelected should ignore when not has records" duration="0"/>
88
+ <testCase name="Records manager copySelected should throw error when all records is selected" duration="9"/>
89
+ <testCase name="Records manager hasCopiedRecord should be true when has new records" duration="1"/>
90
+ <testCase name="Records manager hasCopiedRecord should be false when not have any record" duration="1"/>
91
+ <testCase name="Records manager hasCopiedRecord should be false when not have any new record" duration="0"/>
92
+ <testCase name="Records manager hasCopiedRecord should be false when has new value created" duration="1"/>
93
+ <testCase name="Records manager reloadCurrentRecord should return empty array when not has recordLoader" duration="1"/>
94
+ <testCase name="Records manager reloadCurrentRecord should return empty array when not has dataLoader" duration="1"/>
95
+ <testCase name="Records manager reloadCurrentRecord should call dataLoader to fech records" duration="1"/>
96
+ <testCase name="Records manager reloadCurrentRecord should handle error recordLoader" duration="1"/>
97
+ <testCase name="Records manager getModifiedRecords should return record that has been modified" duration="2"/>
98
+ <testCase name="Records manager getModifiedRecords should return empty when not has any record modified" duration="1"/>
99
+ <testCase name="Records manager getAddedRecords should return the new record has been created" duration="1"/>
100
+ <testCase name="Records manager getAddedRecords should return undefined when not has any new record" duration="0"/>
101
+ <testCase name="Records manager getLastLoadRequest should return a empty request" duration="1"/>
102
+ <testCase name="Records manager getLastLoadRequest should return a fully example request" duration="1"/>
103
+ <testCase name="Records manager clearDataUnit should clean all records" duration="1"/>
104
+ <testCase name="Records manager cancelEdition should cancel edition" duration="2"/>
105
+ <testCase name="Records manager cancelEdition should cancel edition in child dataUnits" duration="3"/>
106
+ <testCase name="Records manager cancelEdition should load data when cancel edition in child dataUnits and has a record selected" duration="8"/>
107
+ </file>
74
108
  <file path="/builds/dti/design-system/sankhyacore/test/util/ElementIDUtils.spec.ts">
75
- <testCase name="addIDInfo 1 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="84"/>
109
+ <testCase name="addIDInfo 1 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="4"/>
76
110
  <testCase name="addIDInfo 2 - should add data-element-id with valid id &quot;brComSankhyaFinCadMovimentacaofinanceira_snkApplication&quot;" duration="2"/>
77
- <testCase name="addIDInfo 3 - should add data-element-id with valid id &quot;movFinanceira_br.com.sankhya.fin.cad.movimentacaoFinanceira&quot;" duration="2"/>
78
- <testCase name="addIDInfo 4 - should add data-element-id with valid id &quot;meuID2_snkApplication&quot;" duration="1"/>
79
- <testCase name="addIDInfo 5 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="6"/>
80
- <testCase name="addIDInfo 6 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="70"/>
111
+ <testCase name="addIDInfo 3 - should add data-element-id with valid id &quot;movFinanceira_br.com.sankhya.fin.cad.movimentacaoFinanceira&quot;" duration="1"/>
112
+ <testCase name="addIDInfo 4 - should add data-element-id with valid id &quot;meuID2_snkApplication&quot;" duration="0"/>
113
+ <testCase name="addIDInfo 5 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="1"/>
114
+ <testCase name="addIDInfo 6 - should add data-element-id with valid id &quot;movFinanceira_snkApplication&quot;" duration="1"/>
81
115
  <testCase name="addIDInfo 7 - should add data-element-id with valid id &quot;componenteNameTest_snkApplication&quot;" duration="1"/>
82
- <testCase name="addIDInfo 8 - should add data-element-id with valid id &quot;componentLabel_snkApplication&quot;" duration="2"/>
116
+ <testCase name="addIDInfo 8 - should add data-element-id with valid id &quot;componentLabel_snkApplication&quot;" duration="1"/>
83
117
  <testCase name="addIDInfo 9 - should add data-element-id with valid id &quot;dataunitFinanceiro_br.com.sankhya.fin.cad.movimentacaoFinanceira&quot;" duration="1"/>
84
118
  <testCase name="addIDInfo 10 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIDTeste_br.com.sankhya.fin.cad.movimentacaoFinanceira&quot;" duration="1"/>
85
119
  <testCase name="addIDInfo 11 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira&quot;" duration="1"/>
86
- <testCase name="addIDInfo 12 - should add data-element-id with valid id &quot;dataunitFinanceiro_movFinanceira_movimentacaoFinanceira&quot;" duration="1"/>
87
- <testCase name="addIDInfo 13 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira&quot;" duration="2"/>
88
- <testCase name="addIDInfo 14 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIdTeste_movimentacaoFinanceira&quot;" duration="8"/>
89
- <testCase name="addIDInfo 15 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIdTeste_snkApplication&quot;" duration="2"/>
120
+ <testCase name="addIDInfo 12 - should add data-element-id with valid id &quot;dataunitFinanceiro_movFinanceira_movimentacaoFinanceira&quot;" duration="0"/>
121
+ <testCase name="addIDInfo 13 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira&quot;" duration="1"/>
122
+ <testCase name="addIDInfo 14 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIdTeste_movimentacaoFinanceira&quot;" duration="1"/>
123
+ <testCase name="addIDInfo 15 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIdTeste_snkApplication&quot;" duration="1"/>
90
124
  <testCase name="addIDInfo 16 - should add data-element-id with valid id &quot;dataunitFinanceiro_meuIdTeste_snkApplication&quot;" duration="1"/>
91
- <testCase name="addIDInfo 17 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="1"/>
92
- <testCase name="addIDInfo 18 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="1"/>
125
+ <testCase name="addIDInfo 17 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="0"/>
126
+ <testCase name="addIDInfo 18 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="0"/>
93
127
  <testCase name="addIDInfo 19 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="1"/>
94
- <testCase name="addIDInfo 20 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="1"/>
95
- <testCase name="addIDInfo 21 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="70"/>
96
- <testCase name="addIDInfo 22 - should add data-element-id with valid id &quot;bancoObrigatorio_movimentacaoFinanceira&quot;" duration="2"/>
128
+ <testCase name="addIDInfo 20 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="0"/>
129
+ <testCase name="addIDInfo 21 - should add data-element-id with valid id &quot;movFinanceira_movimentacaoFinanceira&quot;" duration="0"/>
130
+ <testCase name="addIDInfo 22 - should add data-element-id with valid id &quot;bancoObrigatorio_movimentacaoFinanceira&quot;" duration="1"/>
131
+ </file>
132
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/FilterSortsLockersAndObservers.spec.ts">
133
+ <testCase name="Filters, sorts, lockers and observers release should clean dataUnit storage" duration="3"/>
134
+ <testCase name="Filters, sorts, lockers and observers release should unsubscribe parent and remove child" duration="1"/>
135
+ <testCase name="Filters, sorts, lockers and observers releaseCallbacks should clean observers, interceptors, sorting and filters provider" duration="2"/>
136
+ <testCase name="Filters, sorts, lockers and observers releaseCallbacks should not clean observers when allowReleaseCallbacks is false" duration="1"/>
137
+ <testCase name="Filters, sorts, lockers and observers addInterceptor should remove interceptors" duration="2"/>
138
+ <testCase name="Filters, sorts, lockers and observers addFilterProvider should remove filterProvider" duration="1"/>
139
+ <testCase name="Filters, sorts, lockers and observers addFilterProvider should add filterProvider with custom key" duration="1"/>
140
+ <testCase name="Filters, sorts, lockers and observers subscribe should remove observer" duration="2"/>
141
+ <testCase name="Filters, sorts, lockers and observers subscribe should set observer with uuid" duration="1"/>
142
+ <testCase name="Filters, sorts, lockers and observers subscribe should set observer with error" duration="2"/>
143
+ <testCase name="Filters, sorts, lockers and observers getAppliedFilters should return applied filters" duration="1"/>
144
+ <testCase name="Filters, sorts, lockers and observers getAppliedFilters should return undefined when filter is not applied" duration="1"/>
145
+ <testCase name="Filters, sorts, lockers and observers addLoadingLocker should loaded data just when unlock" duration="1"/>
146
+ <testCase name="Filters, sorts, lockers and observers hasWaitingChanges should return status waiting changes" duration="1"/>
147
+ <testCase name="Filters, sorts, lockers and observers addGlobalLoaderProp should set global properties" duration="1"/>
148
+ <testCase name="Filters, sorts, lockers and observers addGlobalLoaderProp should return empty map when global properties not set" duration="0"/>
149
+ </file>
150
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/LoadDataAndMetadata.spec.ts">
151
+ <testCase name="Load data and metadata gotoPage should not call loader when pageSize is not defined" duration="1"/>
152
+ <testCase name="Load data and metadata gotoPage should pass limit size and offset on request when pageSize is bigger than 0" duration="1"/>
153
+ <testCase name="Load data and metadata gotoPage should call loadData when have a next page" duration="1"/>
154
+ <testCase name="Load data and metadata gotoPage should return undefined when not have any next page" duration="1"/>
155
+ <testCase name="Load data and metadata nextPage should call loadData for the next page" duration="1"/>
156
+ <testCase name="Load data and metadata previousPage should call loadData for the previous page" duration="1"/>
157
+ <testCase name="Load data and metadata dataLoader should return records from dataLoader" duration="0"/>
158
+ <testCase name="Load data and metadata dataLoader should call dataLoader when loadData is invoked" duration="1"/>
159
+ <testCase name="Load data and metadata dataLoader should clear dataUnit when parent record is undefined" duration="1"/>
160
+ <testCase name="Load data and metadata dataLoader should clear dataUnit when parent record is new" duration="1"/>
161
+ <testCase name="Load data and metadata dataLoader should pass quickFilter on request" duration="1"/>
162
+ <testCase name="Load data and metadata dataLoader should pass limit size and offset on request when pageSize is bigger than 0" duration="0"/>
163
+ <testCase name="Load data and metadata dataLoader should avoid call dataLoader when request is the same at the last" duration="2"/>
164
+ <testCase name="Load data and metadata dataLoader should select first record when propertie selectFirstRecord is true" duration="1"/>
165
+ <testCase name="Load data and metadata dataLoader should handle error dataLoader" duration="1"/>
166
+ <testCase name="Load data and metadata loadDataWithParams should pass params to loadData correctly" duration="1"/>
167
+ <testCase name="Load data and metadata loadMetadata should return metadata" duration="0"/>
168
+ <testCase name="Load data and metadata loadMetadata should handle error metadataLoader" duration="1"/>
169
+ <testCase name="Load data and metadata loadMetadata should call executionCtx methods" duration="1"/>
170
+ <testCase name="Load data and metadata loadMetadata should call interceptors" duration="1"/>
171
+ <testCase name="Load data and metadata loadMetadata should interrupt by executionCtx" duration="0"/>
172
+ </file>
173
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/FieldManager.spec.ts">
174
+ <testCase name="Field manager setFieldValue should not create a new record when suppressCreateNewRecord is true" duration="3"/>
175
+ <testCase name="Field manager setFieldValue should resolve promise with false when value is the same" duration="1"/>
176
+ <testCase name="Field manager setFieldValue should handle with promise values" duration="2"/>
177
+ <testCase name="Field manager setFieldValue should return false when value is the same" duration="1"/>
178
+ <testCase name="Field manager disableField should set readOnly to true" duration="1"/>
179
+ <testCase name="Field manager disableField should set readOnly to true when readonly is undefined" duration="1"/>
180
+ <testCase name="Field manager disableField should not set readOnly when field metadata not exist" duration="1"/>
181
+ <testCase name="Field manager enableField should set readOnly to false" duration="1"/>
182
+ <testCase name="Field manager enableField should set readOnly to false when readonly is undefined" duration="1"/>
183
+ <testCase name="Field manager enableField should not set readOnly when field metadata not exist" duration="0"/>
184
+ <testCase name="Field manager hideField should set visible to false" duration="4"/>
185
+ <testCase name="Field manager hideField should set visible to false when visible is undefined" duration="1"/>
186
+ <testCase name="Field manager hideField should handle with options undefined" duration="1"/>
187
+ <testCase name="Field manager hideField should not set visible when field metadata not exist" duration="1"/>
188
+ <testCase name="Field manager showField should set visible to true" duration="1"/>
189
+ <testCase name="Field manager showField should set visible to true when visible is undefined" duration="1"/>
190
+ <testCase name="Field manager showField should not set visible when field metadata not exist" duration="0"/>
191
+ <testCase name="Field manager addField should add field standAlone to metadata" duration="1"/>
192
+ <testCase name="Field manager valueFromString should return number type" duration="1"/>
193
+ <testCase name="Field manager valueFromString should return boolean type" duration="1"/>
194
+ <testCase name="Field manager valueFromString should return value without any format when not has a metadata to field" duration="1"/>
195
+ <testCase name="Field manager valueToString should return string from the number type" duration="1"/>
196
+ <testCase name="Field manager valueToString should return string from the boolean type" duration="1"/>
197
+ <testCase name="Field manager valueToString should return string value when not has a metadata to field" duration="1"/>
198
+ <testCase name="Field manager getFormattedValue should return string with number format from the number type" duration="11"/>
199
+ <testCase name="Field manager getFormattedValue should return string from the boolean type" duration="1"/>
200
+ <testCase name="Field manager getFormattedValue should return empty string when value is undefined and not has any record selected" duration="1"/>
201
+ <testCase name="Field manager getFormattedValue should return value in string when value is undefined and has a record selected" duration="1"/>
202
+ <testCase name="Field manager getFormattedValue should return value in string formated when receive a string" duration="0"/>
203
+ <testCase name="Field manager getFormattedValue should return value in string with any formated when dont has a metadata field" duration="0"/>
204
+ <testCase name="Field manager getFormattedValue should return string value when not has a metadata to field" duration="1"/>
205
+ <testCase name="Field manager addSourceFieldValue should return string with number format from the number type" duration="1"/>
206
+ </file>
207
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/InfoManager.spec.ts">
208
+ <testCase name="Info manager getters and setters should return dataUnit uuid" duration="2"/>
209
+ <testCase name="Info manager getters and setters should return isWaitingToReload" duration="1"/>
210
+ <testCase name="Info manager getters and setters should return cancelPagination" duration="1"/>
211
+ <testCase name="Info manager getters and setters should return isMultipleEdition" duration="1"/>
212
+ <testCase name="Info manager getters and setters should return defaultSorting" duration="1"/>
213
+ <testCase name="Info manager getters and setters should return pageSize" duration="1"/>
214
+ <testCase name="Info manager waitingForChange should return true for changes field" duration="0"/>
215
+ <testCase name="Info manager waitingForChange should return false for no changes field" duration="1"/>
216
+ <testCase name="Info manager getInvalidMessage should return error message from field" duration="2"/>
217
+ <testCase name="Info manager getInvalidMessage should return undefined when not has any error" duration="1"/>
218
+ <testCase name="Info manager isDirty should return true when has data not saved" duration="2"/>
219
+ <testCase name="Info manager isDirty should return true when dataUnit child not has data pending" duration="1"/>
220
+ <testCase name="Info manager isDirty should return false when dataUnit child has data not saved and ignoreChildren" duration="1"/>
221
+ <testCase name="Info manager hasDirtyRecords should return true when any record has data not saved" duration="2"/>
222
+ <testCase name="Info manager hasDirtyRecords should return false when data has be saved" duration="4"/>
223
+ <testCase name="Info manager isNewRecord should return false when record is not new" duration="0"/>
224
+ <testCase name="Info manager isNewRecord should return true when record is new" duration="1"/>
225
+ <testCase name="Info manager canUndo should return true when changes can undo" duration="1"/>
226
+ <testCase name="Info manager canUndo should return true when field value changes can undo" duration="4"/>
227
+ <testCase name="Info manager canUndo should return false when changes can not undo" duration="2"/>
228
+ <testCase name="Info manager canRedo should return true when changes can redo" duration="1"/>
229
+ <testCase name="Info manager canRedo should return true when field value changes can redo" duration="2"/>
230
+ <testCase name="Info manager canRedo should return false when changes can not redo" duration="1"/>
231
+ <testCase name="Info manager toString should return dataUnit name" duration="0"/>
232
+ </file>
233
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/RecodsSelection.spec.ts">
234
+ <testCase name="Records selection getSelectionInfo should return selection records" duration="3"/>
235
+ <testCase name="Records selection getSelectionInfo should get all records" duration="1"/>
236
+ <testCase name="Records selection getSelectionInfo should return empty array when loader return invalid value" duration="1"/>
237
+ <testCase name="Records selection getSelectionInfo should return empty array when not has a loader" duration="1"/>
238
+ <testCase name="Records selection getSelectionInfo should return sortable records" duration="3"/>
239
+ <testCase name="Records selection selectAllRecords should select all records" duration="1"/>
240
+ <testCase name="Records selection unSelectAllRecords should remove all records selection" duration="1"/>
241
+ <testCase name="Records selection clearSelection should remove all records selection" duration="1"/>
242
+ <testCase name="Records selection updatePageSelection should set records selection" duration="1"/>
243
+ <testCase name="Records selection updatePageSelection should remove all records selection" duration="1"/>
244
+ <testCase name="Records selection updatePageSelection should remove all records selection" duration="1"/>
245
+ <testCase name="Records selection hasNext should return true when has a next record" duration="0"/>
246
+ <testCase name="Records selection hasNext should return false when not has a next record" duration="0"/>
247
+ <testCase name="Records selection hasPrevious should return true when has a prevous record" duration="1"/>
248
+ <testCase name="Records selection hasPrevious should return false when not has a prevous record" duration="1"/>
249
+ <testCase name="Records selection nextRecord should change selection to second record when has a next in the same page" duration="1"/>
250
+ <testCase name="Records selection nextRecord should change selection to second record when not has a next in the same page" duration="2"/>
251
+ <testCase name="Records selection nextRecord should call executionCtx" duration="1"/>
252
+ <testCase name="Records selection previousRecord should change selection to first record when has a previous in the same page" duration="1"/>
253
+ <testCase name="Records selection previousRecord should change selection to first record when not has a previous in the same page" duration="1"/>
254
+ <testCase name="Records selection previousRecord should call executionCtx" duration="9"/>
97
255
  </file>
98
256
  <file path="/builds/dti/design-system/sankhyacore/test/util/StringUtils.spec.ts">
99
- <testCase name="StringUtils isEmpty should return true when value is " duration="4"/>
257
+ <testCase name="StringUtils isEmpty should return true when value is " duration="1"/>
100
258
  <testCase name="StringUtils isEmpty should return true when value is " duration="1"/>
101
259
  <testCase name="StringUtils isEmpty should return true when value is null" duration="0"/>
102
- <testCase name="StringUtils isEmpty should return true when value is undefined" duration="1"/>
103
- <testCase name="StringUtils isEmpty should return false when value is 0" duration="0"/>
260
+ <testCase name="StringUtils isEmpty should return true when value is undefined" duration="0"/>
261
+ <testCase name="StringUtils isEmpty should return false when value is 0" duration="1"/>
104
262
  <testCase name="StringUtils isEmpty should return false when value is ab" duration="0"/>
105
- <testCase name="StringUtils replaceAccentuatedChars should return the original value when called with an object without a toString method" duration="3"/>
106
- <testCase name="StringUtils replaceAccentuatedChars should return the original value when called with undefined" duration="1"/>
107
- <testCase name="StringUtils replaceAccentuatedChars should return AAAAA when value is ÁÀÂÃÄ" duration="1"/>
108
- <testCase name="StringUtils replaceAccentuatedChars should return aaaaa when value is áàâãä" duration="0"/>
109
- <testCase name="StringUtils replaceAccentuatedChars should return C when value is Ç" duration="1"/>
110
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is áéíóú" duration="1"/>
111
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is âêîôû" duration="0"/>
112
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return CN when value is çñ" duration="1"/>
263
+ <testCase name="StringUtils replaceAccentuatedChars should return the original value when called with an object without a toString method" duration="0"/>
264
+ <testCase name="StringUtils replaceAccentuatedChars should return the original value when called with undefined" duration="0"/>
265
+ <testCase name="StringUtils replaceAccentuatedChars should return AAAAA when value is ÁÀÂÃÄ" duration="0"/>
266
+ <testCase name="StringUtils replaceAccentuatedChars should return aaaaa when value is áàâãä" duration="1"/>
267
+ <testCase name="StringUtils replaceAccentuatedChars should return C when value is Ç" duration="0"/>
268
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is áéíóú" duration="0"/>
269
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is âêîôû" duration="1"/>
270
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return CN when value is çñ" duration="0"/>
113
271
  <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AO when value is ãõ" duration="0"/>
114
272
  <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return HELLO when value is hello" duration="0"/>
115
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return WORLD when value is WORLD" duration="1"/>
273
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return WORLD when value is WORLD" duration="0"/>
116
274
  <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return 12345 when value is 12345" duration="0"/>
117
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return !@#$%^&amp;*() when value is !@#$%^&amp;*()" duration="1"/>
275
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return !@#$%^&amp;*() when value is !@#$%^&amp;*()" duration="0"/>
118
276
  <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return OLA, MUNDO! when value is Olá, mundo!" duration="0"/>
119
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return CAFE COM LEITE! when value is Café com leite!" duration="1"/>
277
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return CAFE COM LEITE! when value is Café com leite!" duration="0"/>
120
278
  <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return 123 CN AEIOU when value is 123 çñ áéíóú" duration="0"/>
121
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return when value is " duration="1"/>
122
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is àèìòù" duration="68"/>
123
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is ÀÈÌÒÙ" duration="1"/>
124
- <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOUCNAOAEIOU when value is ÁÉÍÓÚÇÑãõâêîôû" duration="0"/>
125
- <testCase name="StringUtils replaceBlankCharacters should return HelloWorld when value is Hello World" duration="1"/>
279
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return when value is " duration="0"/>
280
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is àèìòù" duration="0"/>
281
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOU when value is ÀÈÌÒÙ" duration="0"/>
282
+ <testCase name="StringUtils replaceAccentuatedCharsKeepSymbols should return AEIOUCNAOAEIOU when value is ÁÉÍÓÚÇÑãõâêîôû" duration="1"/>
283
+ <testCase name="StringUtils replaceBlankCharacters should return HelloWorld when value is Hello World" duration="0"/>
126
284
  <testCase name="StringUtils replaceBlankCharacters should return Test123 when value is Test 123" duration="0"/>
127
285
  <testCase name="StringUtils replaceBlankCharacters should return Replacespaces when value is Replace spaces" duration="0"/>
128
286
  <testCase name="StringUtils replaceBlankCharacters should return NoSpacesHere when value is NoSpacesHere" duration="1"/>
129
287
  <testCase name="StringUtils replaceBlankCharacters should return Multiplespaceshere when value is Multiple spaces here" duration="0"/>
130
288
  <testCase name="StringUtils replaceBlankCharacters should return Leadingandtrailingspaces when value is Leading and trailing spaces " duration="0"/>
131
289
  <testCase name="StringUtils replaceBlankCharacters should return when value is " duration="0"/>
132
- <testCase name="StringUtils replaceBlankCharacters should return SingleSpace when value is SingleSpace" duration="1"/>
133
- <testCase name="StringUtils replaceToSpace should return &quot;Hello &quot; when value is &quot;Hello World&quot; and replaceList is [&quot;World&quot;]" duration="0"/>
134
- <testCase name="StringUtils replaceToSpace should return &quot;Test &quot; when value is &quot;Test 123&quot; and replaceList is [&quot;123&quot;]" duration="4"/>
135
- <testCase name="StringUtils replaceToSpace should return &quot;Replace the &quot; when value is &quot;Replace the word&quot; and replaceList is [&quot;word&quot;]" duration="1"/>
136
- <testCase name="StringUtils replaceToSpace should return &quot;No change here&quot; when value is &quot;No change here&quot; and replaceList is [&quot;no&quot;]" duration="0"/>
137
- <testCase name="StringUtils replaceToSpace should return &quot; words to &quot; when value is &quot;Multiple words to replace&quot; and replaceList is [&quot;Multiple&quot;,&quot;replace&quot;]" duration="3"/>
138
- <testCase name="StringUtils replaceToSpace should return &quot; and trailing &quot; when value is &quot; Leading and trailing spaces &quot; and replaceList is [&quot;Leading&quot;,&quot;spaces&quot;]" duration="1"/>
290
+ <testCase name="StringUtils replaceBlankCharacters should return SingleSpace when value is SingleSpace" duration="0"/>
291
+ <testCase name="StringUtils replaceToSpace should return &quot;Hello &quot; when value is &quot;Hello World&quot; and replaceList is [&quot;World&quot;]" duration="1"/>
292
+ <testCase name="StringUtils replaceToSpace should return &quot;Test &quot; when value is &quot;Test 123&quot; and replaceList is [&quot;123&quot;]" duration="0"/>
293
+ <testCase name="StringUtils replaceToSpace should return &quot;Replace the &quot; when value is &quot;Replace the word&quot; and replaceList is [&quot;word&quot;]" duration="0"/>
294
+ <testCase name="StringUtils replaceToSpace should return &quot;No change here&quot; when value is &quot;No change here&quot; and replaceList is [&quot;no&quot;]" duration="1"/>
295
+ <testCase name="StringUtils replaceToSpace should return &quot; words to &quot; when value is &quot;Multiple words to replace&quot; and replaceList is [&quot;Multiple&quot;,&quot;replace&quot;]" duration="0"/>
296
+ <testCase name="StringUtils replaceToSpace should return &quot; and trailing &quot; when value is &quot; Leading and trailing spaces &quot; and replaceList is [&quot;Leading&quot;,&quot;spaces&quot;]" duration="0"/>
139
297
  <testCase name="StringUtils replaceToSpace should return &quot;&quot; when value is &quot;&quot; and replaceList is [&quot;word&quot;]" duration="0"/>
140
- <testCase name="StringUtils replaceToSpace should return &quot;Single replacement&quot; when value is &quot;Single word replacement&quot; and replaceList is [&quot;word&quot;]" duration="0"/>
298
+ <testCase name="StringUtils replaceToSpace should return &quot;Single replacement&quot; when value is &quot;Single word replacement&quot; and replaceList is [&quot;word&quot;]" duration="1"/>
141
299
  <testCase name="StringUtils replaceToSpace should return &quot; word &quot; when value is &quot;Only word here&quot; and replaceList is [&quot;Only&quot;,&quot;here&quot;]" duration="0"/>
142
300
  <testCase name="StringUtils replaceToSpace should return &quot;Replace occurrences&quot; when value is &quot;Replace multiple occurrences&quot; and replaceList is [&quot;multiple&quot;]" duration="0"/>
143
- <testCase name="StringUtils replaceAll should return &quot;Hello Universe&quot; when value is &quot;Hello World&quot;, strFrom is &quot;World&quot;, and strTo is &quot;Universe&quot;" duration="1"/>
301
+ <testCase name="StringUtils replaceAll should return &quot;Hello Universe&quot; when value is &quot;Hello World&quot;, strFrom is &quot;World&quot;, and strTo is &quot;Universe&quot;" duration="5"/>
144
302
  <testCase name="StringUtils replaceAll should return &quot;Test 456 456&quot; when value is &quot;Test 123 123&quot;, strFrom is &quot;123&quot;, and strTo is &quot;456&quot;" duration="0"/>
145
- <testCase name="StringUtils replaceAll should return &quot;Replace_all_spaces&quot; when value is &quot;Replace all spaces&quot;, strFrom is &quot; &quot;, and strTo is &quot;_&quot;" duration="1"/>
146
- <testCase name="StringUtils replaceAll should return &quot;No changes here&quot; when value is &quot;No changes here&quot;, strFrom is &quot;word&quot;, and strTo is &quot;term&quot;" duration="1"/>
303
+ <testCase name="StringUtils replaceAll should return &quot;Replace_all_spaces&quot; when value is &quot;Replace all spaces&quot;, strFrom is &quot; &quot;, and strTo is &quot;_&quot;" duration="0"/>
304
+ <testCase name="StringUtils replaceAll should return &quot;No changes here&quot; when value is &quot;No changes here&quot;, strFrom is &quot;word&quot;, and strTo is &quot;term&quot;" duration="0"/>
147
305
  <testCase name="StringUtils replaceAll should return &quot;Multiple occurrences of word word word&quot; when value is &quot;Multiple occurrences of term term term&quot;, strFrom is &quot;term&quot;, and strTo is &quot;word&quot;" duration="0"/>
148
306
  <testCase name="StringUtils replaceAll should return &quot;Case Sensitive Test&quot; when value is &quot;Case Sensitive Test&quot;, strFrom is &quot;test&quot;, and strTo is &quot;exam&quot;" duration="1"/>
149
- <testCase name="StringUtils replaceAll should return &quot;Multiple-words-to-replace&quot; when value is &quot;Multiple words to replace&quot;, strFrom is &quot; &quot;, and strTo is &quot;-&quot;" duration="1"/>
307
+ <testCase name="StringUtils replaceAll should return &quot;Multiple-words-to-replace&quot; when value is &quot;Multiple words to replace&quot;, strFrom is &quot; &quot;, and strTo is &quot;-&quot;" duration="0"/>
150
308
  <testCase name="StringUtils replaceAll should return &quot;&quot; when value is &quot;&quot;, strFrom is &quot;word&quot;, and strTo is &quot;term&quot;" duration="0"/>
151
- <testCase name="StringUtils replaceAll should return &quot;cccc bbbb cccc&quot; when value is &quot;aaaa bbbb aaaa&quot;, strFrom is &quot;aaaa&quot;, and strTo is &quot;cccc&quot;" duration="1"/>
309
+ <testCase name="StringUtils replaceAll should return &quot;cccc bbbb cccc&quot; when value is &quot;aaaa bbbb aaaa&quot;, strFrom is &quot;aaaa&quot;, and strTo is &quot;cccc&quot;" duration="0"/>
152
310
  <testCase name="StringUtils replaceAll should return &quot;Look at this demo: demo demo&quot; when value is &quot;Look at this example: example example&quot;, strFrom is &quot;example&quot;, and strTo is &quot;demo&quot;" duration="0"/>
153
311
  <testCase name="StringUtils removeSpecialCharacters should return &quot;Hello World&quot; when value is &quot;Hello!@#$ World&quot;" duration="0"/>
154
- <testCase name="StringUtils removeSpecialCharacters should return &quot;Test 123 &quot; when value is &quot;Test 123 #$%&quot;" duration="1"/>
155
- <testCase name="StringUtils removeSpecialCharacters should return &quot;Remove special characters&quot; when value is &quot;Remove *&amp;%$# special characters!&quot;" duration="1"/>
156
- <testCase name="StringUtils removeSpecialCharacters should return &quot;NoSpecialCharsHere&quot; when value is &quot;NoSpecialCharsHere&quot;" duration="0"/>
157
- <testCase name="StringUtils removeSpecialCharacters should return &quot;Start and End&quot; when value is &quot;!!!Start and End!!!&quot;" duration="1"/>
312
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;Test 123 &quot; when value is &quot;Test 123 #$%&quot;" duration="0"/>
313
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;Remove special characters&quot; when value is &quot;Remove *&amp;%$# special characters!&quot;" duration="0"/>
314
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;NoSpecialCharsHere&quot; when value is &quot;NoSpecialCharsHere&quot;" duration="1"/>
315
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;Start and End&quot; when value is &quot;!!!Start and End!!!&quot;" duration="0"/>
158
316
  <testCase name="StringUtils removeSpecialCharacters should return &quot;12345&quot; when value is &quot;12345&quot;" duration="0"/>
159
- <testCase name="StringUtils removeSpecialCharacters should return &quot;Clean this string &quot; when value is &quot;Clean this string @&amp;*#$&quot;" duration="1"/>
160
- <testCase name="StringUtils removeSpecialCharacters should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
161
- <testCase name="StringUtils removeSpecialCharacters should return &quot;We like to test&quot; when value is &quot;We @like $ to @#test!!&quot;" duration="1"/>
317
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;Clean this string &quot; when value is &quot;Clean this string @&amp;*#$&quot;" duration="0"/>
318
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;&quot; when value is &quot;&quot;" duration="1"/>
319
+ <testCase name="StringUtils removeSpecialCharacters should return &quot;We like to test&quot; when value is &quot;We @like $ to @#test!!&quot;" duration="0"/>
162
320
  <testCase name="StringUtils removeSpecialCharacters should return &quot;Some pecl chars &quot; when value is &quot;Some $pec!@l #chars %%%%%&amp;*(&quot;" duration="0"/>
163
321
  <testCase name="StringUtils isString should return true when value is &quot;Hello, World!&quot;" duration="0"/>
164
- <testCase name="StringUtils isString should return true when value is &quot;&quot;" duration="0"/>
322
+ <testCase name="StringUtils isString should return true when value is &quot;&quot;" duration="1"/>
165
323
  <testCase name="StringUtils isString should return true when value is &quot;Test String&quot;" duration="0"/>
166
324
  <testCase name="StringUtils isString should return false when value is 12345" duration="0"/>
167
325
  <testCase name="StringUtils isString should return false when value is null" duration="0"/>
168
326
  <testCase name="StringUtils isString should return false when value is undefined" duration="0"/>
169
327
  <testCase name="StringUtils isString should return false when value is {&quot;key&quot;:&quot;value&quot;}" duration="0"/>
170
328
  <testCase name="StringUtils isString should return false when value is [&quot;array&quot;]" duration="0"/>
171
- <testCase name="StringUtils isString should return false when value is true" duration="1"/>
329
+ <testCase name="StringUtils isString should return false when value is true" duration="0"/>
172
330
  <testCase name="StringUtils isString should return false when value is undefined" duration="0"/>
173
331
  <testCase name="StringUtils isString should return false when value is undefined" duration="0"/>
174
332
  <testCase name="StringUtils isString should return false when value is null" duration="0"/>
175
- <testCase name="StringUtils decodeHtmlEntities should return &quot;Hello &amp; World&quot; when value is &quot;Hello &amp;amp; World&quot;" duration="1"/>
333
+ <testCase name="StringUtils decodeHtmlEntities should return &quot;Hello &amp; World&quot; when value is &quot;Hello &amp;amp; World&quot;" duration="0"/>
176
334
  <testCase name="StringUtils decodeHtmlEntities should return &quot;Apostrophe: &apos; or &apos;&quot; when value is &quot;Apostrophe: &amp;apos; or &amp;#x27;&quot;" duration="0"/>
177
335
  <testCase name="StringUtils decodeHtmlEntities should return &quot;Slash: / or /&quot; when value is &quot;Slash: &amp;#x2F; or &amp;#47;&quot;" duration="0"/>
178
- <testCase name="StringUtils decodeHtmlEntities should return &quot;Less than: &lt; Greater than: &gt;&quot; when value is &quot;Less than: &amp;lt; Greater than: &amp;gt;&quot;" duration="0"/>
336
+ <testCase name="StringUtils decodeHtmlEntities should return &quot;Less than: &lt; Greater than: &gt;&quot; when value is &quot;Less than: &amp;lt; Greater than: &amp;gt;&quot;" duration="1"/>
179
337
  <testCase name="StringUtils decodeHtmlEntities should return &quot;Non-breaking space: &quot; when value is &quot;Non-breaking space: &amp;nbsp;&quot;" duration="0"/>
180
338
  <testCase name="StringUtils decodeHtmlEntities should return &quot;Quote: &quot;&quot; when value is &quot;Quote: &amp;quot;&quot;" duration="0"/>
181
- <testCase name="StringUtils decodeHtmlEntities should return &quot;No entities here&quot; when value is &quot;No entities here&quot;" duration="1"/>
339
+ <testCase name="StringUtils decodeHtmlEntities should return &quot;No entities here&quot; when value is &quot;No entities here&quot;" duration="0"/>
182
340
  <testCase name="StringUtils decodeHtmlEntities should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
183
- <testCase name="StringUtils decodeHtmlEntities should return &quot;Multiple entities: &amp;&lt;&gt;&quot;&quot; when value is &quot;Multiple entities: &amp;amp;&amp;lt;&amp;gt;&amp;quot;&quot;" duration="0"/>
184
- <testCase name="StringUtils decodeHtmlEntities should return &quot;null&quot; when value is &quot;null&quot;" duration="65"/>
341
+ <testCase name="StringUtils decodeHtmlEntities should return &quot;Multiple entities: &amp;&lt;&gt;&quot;&quot; when value is &quot;Multiple entities: &amp;amp;&amp;lt;&amp;gt;&amp;quot;&quot;" duration="1"/>
342
+ <testCase name="StringUtils decodeHtmlEntities should return &quot;null&quot; when value is &quot;null&quot;" duration="0"/>
185
343
  <testCase name="StringUtils decodeHtmlEntities should return &quot;undefined&quot; when value is &quot;undefined&quot;" duration="0"/>
186
- <testCase name="StringUtils hashCode should return &quot;99162322&quot; when value is &quot;hello&quot;" duration="1"/>
187
- <testCase name="StringUtils hashCode should return &quot;113318802&quot; when value is &quot;world&quot;" duration="0"/>
344
+ <testCase name="StringUtils hashCode should return &quot;99162322&quot; when value is &quot;hello&quot;" duration="0"/>
345
+ <testCase name="StringUtils hashCode should return &quot;113318802&quot; when value is &quot;world&quot;" duration="1"/>
188
346
  <testCase name="StringUtils hashCode should return &quot;46792755&quot; when value is &quot;12345&quot;" duration="0"/>
189
347
  <testCase name="StringUtils hashCode should return &quot;0&quot; when value is &quot;&quot;" duration="0"/>
190
348
  <testCase name="StringUtils hashCode should return &quot;97&quot; when value is &quot;a&quot;" duration="0"/>
191
- <testCase name="StringUtils hashCode should return &quot;96354&quot; when value is &quot;abc&quot;" duration="1"/>
349
+ <testCase name="StringUtils hashCode should return &quot;96354&quot; when value is &quot;abc&quot;" duration="0"/>
192
350
  <testCase name="StringUtils hashCode should return &quot;1498789909&quot; when value is &quot;Hello, World!&quot;" duration="0"/>
193
351
  <testCase name="StringUtils hashCode should return &quot;1772909&quot; when value is &quot;😊&quot;" duration="0"/>
194
352
  <testCase name="StringUtils hashCode should return &quot;-895136796&quot; when value is &quot;Same input, same hash&quot;" duration="0"/>
195
- <testCase name="StringUtils hashCode should return &quot;-895136796&quot; when value is &quot;Same input, same hash&quot;" duration="5"/>
353
+ <testCase name="StringUtils hashCode should return &quot;-895136796&quot; when value is &quot;Same input, same hash&quot;" duration="0"/>
196
354
  <testCase name="StringUtils getBooleanValue should return true when value is &quot;true&quot; and defaultValue is false" duration="1"/>
197
355
  <testCase name="StringUtils getBooleanValue should return false when value is &quot;false&quot; and defaultValue is true" duration="0"/>
198
356
  <testCase name="StringUtils getBooleanValue should return true when value is &quot;S&quot; and defaultValue is false" duration="0"/>
199
- <testCase name="StringUtils getBooleanValue should return false when value is &quot;N&quot; and defaultValue is true" duration="1"/>
357
+ <testCase name="StringUtils getBooleanValue should return false when value is &quot;N&quot; and defaultValue is true" duration="0"/>
200
358
  <testCase name="StringUtils getBooleanValue should return true when value is &quot;true&quot; and defaultValue is false" duration="0"/>
201
359
  <testCase name="StringUtils getBooleanValue should return false when value is &quot;false&quot; and defaultValue is true" duration="0"/>
202
360
  <testCase name="StringUtils getBooleanValue should return false when value is &quot;yes&quot; and defaultValue is false" duration="0"/>
@@ -204,86 +362,86 @@
204
362
  <testCase name="StringUtils getBooleanValue should return true when value is &quot;&quot; and defaultValue is true" duration="0"/>
205
363
  <testCase name="StringUtils getBooleanValue should return false when value is &quot;undefined&quot; and defaultValue is false" duration="0"/>
206
364
  <testCase name="StringUtils getBooleanValue should return true when value is &quot;null&quot; and defaultValue is true" duration="0"/>
207
- <testCase name="StringUtils padStart should return &quot;000123&quot; when str=&quot;123&quot;, len=6, pad=&quot;0&quot;" duration="1"/>
365
+ <testCase name="StringUtils padStart should return &quot;000123&quot; when str=&quot;123&quot;, len=6, pad=&quot;0&quot;" duration="0"/>
208
366
  <testCase name="StringUtils padStart should return &quot; test&quot; when str=&quot;test&quot;, len=8, pad=&quot; &quot;" duration="0"/>
209
367
  <testCase name="StringUtils padStart should return &quot;*****&quot; when str=&quot;&quot;, len=5, pad=&quot;*&quot;" duration="0"/>
210
- <testCase name="StringUtils padStart should return &quot;short&quot; when str=&quot;short&quot;, len=3, pad=&quot;-&quot;" duration="1"/>
368
+ <testCase name="StringUtils padStart should return &quot;short&quot; when str=&quot;short&quot;, len=3, pad=&quot;-&quot;" duration="0"/>
211
369
  <testCase name="StringUtils padStart should return &quot;####&quot; when str=&quot;undefined&quot;, len=4, pad=&quot;#&quot;" duration="0"/>
212
- <testCase name="StringUtils padStart should return &quot;0000&quot; when str=&quot;null&quot;, len=4, pad=&quot;0&quot;" duration="1"/>
370
+ <testCase name="StringUtils padStart should return &quot;0000&quot; when str=&quot;null&quot;, len=4, pad=&quot;0&quot;" duration="0"/>
213
371
  <testCase name="StringUtils padStart should return &quot;-------pad&quot; when str=&quot;pad&quot;, len=10, pad=&quot;-&quot;" duration="1"/>
214
- <testCase name="StringUtils padStart should return &quot;abc42&quot; when str=&quot;42&quot;, len=5, pad=&quot;abc&quot;" duration="1"/>
215
- <testCase name="StringUtils padStart should return &quot;exact&quot; when str=&quot;exact&quot;, len=5, pad=&quot;*&quot;" duration="1"/>
372
+ <testCase name="StringUtils padStart should return &quot;abc42&quot; when str=&quot;42&quot;, len=5, pad=&quot;abc&quot;" duration="0"/>
373
+ <testCase name="StringUtils padStart should return &quot;exact&quot; when str=&quot;exact&quot;, len=5, pad=&quot;*&quot;" duration="0"/>
216
374
  <testCase name="StringUtils padStart should return &quot;&quot; when str=&quot;&quot;, len=0, pad=&quot;-&quot;" duration="1"/>
217
- <testCase name="StringUtils padEnd should return &quot;123000&quot; when str=&quot;123&quot;, len=6, pad=&quot;0&quot;" duration="1"/>
218
- <testCase name="StringUtils padEnd should return &quot;test &quot; when str=&quot;test&quot;, len=8, pad=&quot; &quot;" duration="1"/>
219
- <testCase name="StringUtils padEnd should return &quot;*****&quot; when str=&quot;&quot;, len=5, pad=&quot;*&quot;" duration="7"/>
375
+ <testCase name="StringUtils padEnd should return &quot;123000&quot; when str=&quot;123&quot;, len=6, pad=&quot;0&quot;" duration="0"/>
376
+ <testCase name="StringUtils padEnd should return &quot;test &quot; when str=&quot;test&quot;, len=8, pad=&quot; &quot;" duration="0"/>
377
+ <testCase name="StringUtils padEnd should return &quot;*****&quot; when str=&quot;&quot;, len=5, pad=&quot;*&quot;" duration="1"/>
220
378
  <testCase name="StringUtils padEnd should return &quot;short&quot; when str=&quot;short&quot;, len=3, pad=&quot;-&quot;" duration="0"/>
221
379
  <testCase name="StringUtils padEnd should return &quot;####&quot; when str=&quot;undefined&quot;, len=4, pad=&quot;#&quot;" duration="0"/>
222
- <testCase name="StringUtils padEnd should return &quot;0000&quot; when str=&quot;null&quot;, len=4, pad=&quot;0&quot;" duration="0"/>
380
+ <testCase name="StringUtils padEnd should return &quot;0000&quot; when str=&quot;null&quot;, len=4, pad=&quot;0&quot;" duration="1"/>
223
381
  <testCase name="StringUtils padEnd should return &quot;pad-------&quot; when str=&quot;pad&quot;, len=10, pad=&quot;-&quot;" duration="0"/>
224
382
  <testCase name="StringUtils padEnd should return &quot;42abc&quot; when str=&quot;42&quot;, len=5, pad=&quot;abc&quot;" duration="0"/>
225
- <testCase name="StringUtils padEnd should return &quot;exact&quot; when str=&quot;exact&quot;, len=5, pad=&quot;*&quot;" duration="0"/>
226
- <testCase name="StringUtils padEnd should return &quot;&quot; when str=&quot;&quot;, len=0, pad=&quot;-&quot;" duration="1"/>
383
+ <testCase name="StringUtils padEnd should return &quot;exact&quot; when str=&quot;exact&quot;, len=5, pad=&quot;*&quot;" duration="1"/>
384
+ <testCase name="StringUtils padEnd should return &quot;&quot; when str=&quot;&quot;, len=0, pad=&quot;-&quot;" duration="0"/>
227
385
  <testCase name="StringUtils compare should return 0 when a=&quot;undefined&quot; and b=&quot;undefined&quot;" duration="0"/>
228
- <testCase name="StringUtils compare should return 1 when a=&quot;undefined&quot; and b=&quot;null&quot;" duration="0"/>
386
+ <testCase name="StringUtils compare should return 1 when a=&quot;undefined&quot; and b=&quot;null&quot;" duration="1"/>
229
387
  <testCase name="StringUtils compare should return -1 when a=&quot;null&quot; and b=&quot;undefined&quot;" duration="0"/>
230
388
  <testCase name="StringUtils compare should return 0 when a=&quot;null&quot; and b=&quot;null&quot;" duration="0"/>
231
- <testCase name="StringUtils compare should return -1 when a=&quot;apple&quot; and b=&quot;undefined&quot;" duration="1"/>
232
- <testCase name="StringUtils compare should return 1 when a=&quot;undefined&quot; and b=&quot;banana&quot;" duration="0"/>
389
+ <testCase name="StringUtils compare should return -1 when a=&quot;apple&quot; and b=&quot;undefined&quot;" duration="0"/>
390
+ <testCase name="StringUtils compare should return 1 when a=&quot;undefined&quot; and b=&quot;banana&quot;" duration="1"/>
233
391
  <testCase name="StringUtils compare should return -1 when a=&quot;apple&quot; and b=&quot;null&quot;" duration="0"/>
234
392
  <testCase name="StringUtils compare should return 1 when a=&quot;null&quot; and b=&quot;banana&quot;" duration="0"/>
235
- <testCase name="StringUtils compare should return -1 when a=&quot;apple&quot; and b=&quot;banana&quot;" duration="74"/>
236
- <testCase name="StringUtils compare should return 1 when a=&quot;banana&quot; and b=&quot;apple&quot;" duration="0"/>
237
- <testCase name="StringUtils compare should return 0 when a=&quot;apple&quot; and b=&quot;apple&quot;" duration="1"/>
393
+ <testCase name="StringUtils compare should return -1 when a=&quot;apple&quot; and b=&quot;banana&quot;" duration="0"/>
394
+ <testCase name="StringUtils compare should return 1 when a=&quot;banana&quot; and b=&quot;apple&quot;" duration="1"/>
395
+ <testCase name="StringUtils compare should return 0 when a=&quot;apple&quot; and b=&quot;apple&quot;" duration="0"/>
238
396
  <testCase name="StringUtils compare should return 1 when a=&quot;Apple&quot; and b=&quot;apple&quot;" duration="0"/>
239
397
  <testCase name="StringUtils compare should return -1 when a=&quot;123&quot; and b=&quot;456&quot;" duration="0"/>
240
398
  <testCase name="StringUtils compare should return -1 when a=&quot;&quot; and b=&quot;non-empty&quot;" duration="0"/>
241
- <testCase name="StringUtils compare should return 1 when a=&quot;non-empty&quot; and b=&quot;&quot;" duration="1"/>
399
+ <testCase name="StringUtils compare should return 1 when a=&quot;non-empty&quot; and b=&quot;&quot;" duration="0"/>
242
400
  <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;hello_world&quot;" duration="0"/>
243
401
  <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;hello-world&quot;" duration="0"/>
244
- <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;hello world&quot;" duration="1"/>
402
+ <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;hello world&quot;" duration="0"/>
245
403
  <testCase name="StringUtils toCamelCase should return &quot;helloworld&quot; when value is &quot;HelloWorld&quot;" duration="0"/>
246
- <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;helloWorld&quot;" duration="0"/>
404
+ <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;helloWorld&quot;" duration="1"/>
247
405
  <testCase name="StringUtils toCamelCase should return &quot;hello.world&quot; when value is &quot;hello.world&quot;" duration="0"/>
248
406
  <testCase name="StringUtils toCamelCase should return &quot;helloWorld&quot; when value is &quot;HELLO_WORLD&quot;" duration="0"/>
249
407
  <testCase name="StringUtils toCamelCase should return &quot;multipleWordsSeparatedHyphen&quot; when value is &quot;multiple words-separated_hyphen&quot;" duration="0"/>
250
- <testCase name="StringUtils toCamelCase should return &quot;camelcasealready&quot; when value is &quot;CamelCaseAlready&quot;" duration="0"/>
408
+ <testCase name="StringUtils toCamelCase should return &quot;camelcasealready&quot; when value is &quot;CamelCaseAlready&quot;" duration="1"/>
251
409
  <testCase name="StringUtils toCamelCase should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
252
- <testCase name="StringUtils toCamelCase should return &quot;&quot; when value is &quot;null&quot;" duration="1"/>
410
+ <testCase name="StringUtils toCamelCase should return &quot;&quot; when value is &quot;null&quot;" duration="0"/>
253
411
  <testCase name="StringUtils toCamelCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="0"/>
254
- <testCase name="StringUtils toCamelCase should return &quot;simple&quot; when value is &quot;simple&quot;" duration="12"/>
255
- <testCase name="StringUtils toCamelCase should return &quot;pascalcase&quot; when value is &quot;PascalCase&quot;" duration="1"/>
256
- <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;hello_world&quot;" duration="1"/>
412
+ <testCase name="StringUtils toCamelCase should return &quot;simple&quot; when value is &quot;simple&quot;" duration="0"/>
413
+ <testCase name="StringUtils toCamelCase should return &quot;pascalcase&quot; when value is &quot;PascalCase&quot;" duration="3"/>
414
+ <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;hello_world&quot;" duration="0"/>
257
415
  <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;hello-world&quot;" duration="0"/>
258
- <testCase name="StringUtils toPascalCase should return &quot;HelloWorld&quot; when value is &quot;hello world&quot;" duration="1"/>
416
+ <testCase name="StringUtils toPascalCase should return &quot;HelloWorld&quot; when value is &quot;hello world&quot;" duration="0"/>
259
417
  <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;HelloWorld&quot;" duration="0"/>
260
418
  <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;helloWorld&quot;" duration="0"/>
261
419
  <testCase name="StringUtils toPascalCase should return &quot;Hello.world&quot; when value is &quot;hello.world&quot;" duration="1"/>
262
420
  <testCase name="StringUtils toPascalCase should return &quot;Helloworld&quot; when value is &quot;HELLO_WORLD&quot;" duration="0"/>
263
421
  <testCase name="StringUtils toPascalCase should return &quot;MultipleWordsseparatedhyphen&quot; when value is &quot;multiple words-separated_hyphen&quot;" duration="0"/>
264
- <testCase name="StringUtils toPascalCase should return &quot;Camelcasealready&quot; when value is &quot;camelCaseAlready&quot;" duration="0"/>
265
- <testCase name="StringUtils toPascalCase should return &quot;&quot; when value is &quot;&quot;" duration="1"/>
422
+ <testCase name="StringUtils toPascalCase should return &quot;Camelcasealready&quot; when value is &quot;camelCaseAlready&quot;" duration="1"/>
423
+ <testCase name="StringUtils toPascalCase should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
266
424
  <testCase name="StringUtils toPascalCase should return &quot;&quot; when value is &quot;null&quot;" duration="0"/>
267
425
  <testCase name="StringUtils toPascalCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="0"/>
268
426
  <testCase name="StringUtils toPascalCase should return &quot;Simple&quot; when value is &quot;simple&quot;" duration="0"/>
269
- <testCase name="StringUtils toPascalCase should return &quot;Pascalcase&quot; when value is &quot;PascalCase&quot;" duration="1"/>
427
+ <testCase name="StringUtils toPascalCase should return &quot;Pascalcase&quot; when value is &quot;PascalCase&quot;" duration="0"/>
270
428
  <testCase name="StringUtils toSnakeCase should return &quot;helloworld&quot; when value is &quot;helloWorld&quot;" duration="0"/>
271
- <testCase name="StringUtils toSnakeCase should return &quot;helloworld&quot; when value is &quot;HelloWorld&quot;" duration="69"/>
429
+ <testCase name="StringUtils toSnakeCase should return &quot;helloworld&quot; when value is &quot;HelloWorld&quot;" duration="0"/>
272
430
  <testCase name="StringUtils toSnakeCase should return &quot;hello_world&quot; when value is &quot;hello-world&quot;" duration="0"/>
273
431
  <testCase name="StringUtils toSnakeCase should return &quot;hello_world&quot; when value is &quot;hello world&quot;" duration="0"/>
274
- <testCase name="StringUtils toSnakeCase should return &quot;hello_world&quot; when value is &quot;hello_world&quot;" duration="0"/>
432
+ <testCase name="StringUtils toSnakeCase should return &quot;hello_world&quot; when value is &quot;hello_world&quot;" duration="1"/>
275
433
  <testCase name="StringUtils toSnakeCase should return &quot;hello_world&quot; when value is &quot;HELLO_WORLD&quot;" duration="0"/>
276
- <testCase name="StringUtils toSnakeCase should return &quot;multiplewordsseparated_hyphen&quot; when value is &quot;multipleWordsSeparated-Hyphen&quot;" duration="1"/>
434
+ <testCase name="StringUtils toSnakeCase should return &quot;multiplewordsseparated_hyphen&quot; when value is &quot;multipleWordsSeparated-Hyphen&quot;" duration="0"/>
277
435
  <testCase name="StringUtils toSnakeCase should return &quot;camelcasealready&quot; when value is &quot;CamelCaseAlready&quot;" duration="0"/>
278
- <testCase name="StringUtils toSnakeCase should return &quot;simple&quot; when value is &quot;simple&quot;" duration="0"/>
436
+ <testCase name="StringUtils toSnakeCase should return &quot;simple&quot; when value is &quot;simple&quot;" duration="1"/>
279
437
  <testCase name="StringUtils toSnakeCase should return &quot;pascalcase&quot; when value is &quot;PascalCase&quot;" duration="0"/>
280
- <testCase name="StringUtils toSnakeCase should return &quot;&quot; when value is &quot;&quot;" duration="1"/>
438
+ <testCase name="StringUtils toSnakeCase should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
281
439
  <testCase name="StringUtils toSnakeCase should return &quot;&quot; when value is &quot;null&quot;" duration="0"/>
282
- <testCase name="StringUtils toSnakeCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="0"/>
440
+ <testCase name="StringUtils toSnakeCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="1"/>
283
441
  <testCase name="StringUtils toSnakeCase should return &quot;hello.world&quot; when value is &quot;hello.world&quot;" duration="0"/>
284
442
  <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;helloWorld&quot;" duration="0"/>
285
443
  <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;HelloWorld&quot;" duration="0"/>
286
- <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;hello_world&quot;" duration="1"/>
444
+ <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;hello_world&quot;" duration="0"/>
287
445
  <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;hello world&quot;" duration="0"/>
288
446
  <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;hello-world&quot;" duration="0"/>
289
447
  <testCase name="StringUtils toKebabCase should return &quot;hello-world&quot; when value is &quot;HELLO_WORLD&quot;" duration="0"/>
@@ -292,39 +450,39 @@
292
450
  <testCase name="StringUtils toKebabCase should return &quot;simple&quot; when value is &quot;simple&quot;" duration="0"/>
293
451
  <testCase name="StringUtils toKebabCase should return &quot;pascal-case&quot; when value is &quot;PascalCase&quot;" duration="0"/>
294
452
  <testCase name="StringUtils toKebabCase should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
295
- <testCase name="StringUtils toKebabCase should return &quot;&quot; when value is &quot;null&quot;" duration="1"/>
453
+ <testCase name="StringUtils toKebabCase should return &quot;&quot; when value is &quot;null&quot;" duration="0"/>
296
454
  <testCase name="StringUtils toKebabCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="0"/>
297
455
  <testCase name="StringUtils toKebabCase should return &quot;hello.world&quot; when value is &quot;hello.world&quot;" duration="0"/>
298
- <testCase name="StringUtils formatBytes should return &quot;0B&quot; when value is 0" duration="1"/>
299
- <testCase name="StringUtils formatBytes should return &quot;1B&quot; when value is 1" duration="1"/>
300
- <testCase name="StringUtils formatBytes should return &quot;512B&quot; when value is 512" duration="0"/>
456
+ <testCase name="StringUtils formatBytes should return &quot;0B&quot; when value is 0" duration="0"/>
457
+ <testCase name="StringUtils formatBytes should return &quot;1B&quot; when value is 1" duration="0"/>
458
+ <testCase name="StringUtils formatBytes should return &quot;512B&quot; when value is 512" duration="1"/>
301
459
  <testCase name="StringUtils formatBytes should return &quot;1023B&quot; when value is 1023" duration="0"/>
302
- <testCase name="StringUtils formatBytes should return &quot;1KB&quot; when value is 1024" duration="2"/>
460
+ <testCase name="StringUtils formatBytes should return &quot;1KB&quot; when value is 1024" duration="0"/>
303
461
  <testCase name="StringUtils formatBytes should return &quot;1.5KB&quot; when value is 1536" duration="0"/>
304
- <testCase name="StringUtils formatBytes should return &quot;1MB&quot; when value is 1048576" duration="0"/>
462
+ <testCase name="StringUtils formatBytes should return &quot;1MB&quot; when value is 1048576" duration="1"/>
305
463
  <testCase name="StringUtils formatBytes should return &quot;1.5MB&quot; when value is 1572864" duration="0"/>
306
- <testCase name="StringUtils formatBytes should return &quot;1GB&quot; when value is 1073741824" duration="1"/>
464
+ <testCase name="StringUtils formatBytes should return &quot;1GB&quot; when value is 1073741824" duration="0"/>
307
465
  <testCase name="StringUtils formatBytes should return &quot;1.5GB&quot; when value is 1610612736" duration="0"/>
308
- <testCase name="StringUtils formatBytes should return &quot;1099511627776B&quot; when value is 1099511627776" duration="0"/>
309
- <testCase name="StringUtils formatBytes should return &quot;-1024B&quot; when value is -1024" duration="1"/>
466
+ <testCase name="StringUtils formatBytes should return &quot;1099511627776B&quot; when value is 1099511627776" duration="1"/>
467
+ <testCase name="StringUtils formatBytes should return &quot;-1024B&quot; when value is -1024" duration="0"/>
310
468
  <testCase name="StringUtils formatBytes should return &quot;NaNundefined&quot; when value is NaN" duration="0"/>
311
469
  <testCase name="StringUtils formatBytes should return &quot;undefinedB&quot; when value is null" duration="0"/>
312
470
  <testCase name="StringUtils formatBytes should return &quot;NaNundefined&quot; when value is undefined" duration="0"/>
313
- <testCase name="StringUtils prettyPrecision should return &quot;100&quot; when value is &quot;100.00&quot;" duration="1"/>
471
+ <testCase name="StringUtils prettyPrecision should return &quot;100&quot; when value is &quot;100.00&quot;" duration="0"/>
314
472
  <testCase name="StringUtils prettyPrecision should return &quot;123.45&quot; when value is &quot;123.4500&quot;" duration="0"/>
315
473
  <testCase name="StringUtils prettyPrecision should return &quot;0.9&quot; when value is &quot;0.900&quot;" duration="0"/>
316
474
  <testCase name="StringUtils prettyPrecision should return &quot;5.1&quot; when value is &quot;5.10&quot;" duration="0"/>
317
475
  <testCase name="StringUtils prettyPrecision should return &quot;42&quot; when value is &quot;42.0&quot;" duration="0"/>
318
- <testCase name="StringUtils prettyPrecision should return &quot;3.14159&quot; when value is &quot;3.14159000&quot;" duration="0"/>
319
- <testCase name="StringUtils prettyPrecision should return &quot;0&quot; when value is &quot;0.000&quot;" duration="1"/>
476
+ <testCase name="StringUtils prettyPrecision should return &quot;3.14159&quot; when value is &quot;3.14159000&quot;" duration="1"/>
477
+ <testCase name="StringUtils prettyPrecision should return &quot;0&quot; when value is &quot;0.000&quot;" duration="0"/>
320
478
  <testCase name="StringUtils prettyPrecision should return &quot;250&quot; when value is &quot;250&quot;" duration="0"/>
321
479
  <testCase name="StringUtils prettyPrecision should return &quot;999.999&quot; when value is &quot;999.999&quot;" duration="0"/>
322
480
  <testCase name="StringUtils prettyPrecision should return &quot;100&quot; when value is &quot;100.&quot;" duration="0"/>
323
- <testCase name="StringUtils prettyPrecision should return &quot;.5&quot; when value is &quot;.500&quot;" duration="1"/>
481
+ <testCase name="StringUtils prettyPrecision should return &quot;.5&quot; when value is &quot;.500&quot;" duration="0"/>
324
482
  <testCase name="StringUtils prettyPrecision should return &quot;0&quot; when value is &quot;0.&quot;" duration="0"/>
325
- <testCase name="StringUtils prettyPrecision should return &quot;123.456789&quot; when value is &quot;123.456789000&quot;" duration="0"/>
483
+ <testCase name="StringUtils prettyPrecision should return &quot;123.456789&quot; when value is &quot;123.456789000&quot;" duration="1"/>
326
484
  <testCase name="StringUtils prettyPrecision should return &quot;0&quot; when value is &quot;0.0&quot;" duration="0"/>
327
- <testCase name="StringUtils prettyPrecision should return &quot;&quot; when value is &quot;&quot;" duration="1"/>
485
+ <testCase name="StringUtils prettyPrecision should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
328
486
  <testCase name="StringUtils isCaseable should return true when value is &quot;hello&quot;" duration="1"/>
329
487
  <testCase name="StringUtils isCaseable should return true when value is &quot;HELLO&quot;" duration="0"/>
330
488
  <testCase name="StringUtils isCaseable should return true when value is &quot;Hello&quot;" duration="0"/>
@@ -332,13 +490,13 @@
332
490
  <testCase name="StringUtils isCaseable should return false when value is &quot;12345&quot;" duration="0"/>
333
491
  <testCase name="StringUtils isCaseable should return true when value is &quot;123ABC&quot;" duration="0"/>
334
492
  <testCase name="StringUtils isCaseable should return true when value is &quot;123abc&quot;" duration="0"/>
335
- <testCase name="StringUtils isCaseable should return true when value is &quot;123aBc&quot;" duration="1"/>
493
+ <testCase name="StringUtils isCaseable should return true when value is &quot;123aBc&quot;" duration="0"/>
336
494
  <testCase name="StringUtils isCaseable should return false when value is &quot;!@#$%^&amp;*()&quot;" duration="0"/>
337
495
  <testCase name="StringUtils isCaseable should return true when value is &quot;hello_world&quot;" duration="0"/>
338
- <testCase name="StringUtils isCaseable should return true when value is &quot;HELLO-WORLD&quot;" duration="0"/>
339
- <testCase name="StringUtils isCaseable should return false when value is &quot;&quot;" duration="1"/>
496
+ <testCase name="StringUtils isCaseable should return true when value is &quot;HELLO-WORLD&quot;" duration="1"/>
497
+ <testCase name="StringUtils isCaseable should return false when value is &quot;&quot;" duration="0"/>
340
498
  <testCase name="StringUtils isCaseable should return false when value is &quot; &quot;" duration="0"/>
341
- <testCase name="StringUtils isCaseable should return false when value is &quot;null&quot;" duration="0"/>
499
+ <testCase name="StringUtils isCaseable should return false when value is &quot;null&quot;" duration="1"/>
342
500
  <testCase name="StringUtils isCaseable should return false when value is &quot;undefined&quot;" duration="0"/>
343
501
  <testCase name="StringUtils isLowerCase should return true when value is &quot;hello&quot;" duration="0"/>
344
502
  <testCase name="StringUtils isLowerCase should return false when value is &quot;HELLO&quot;" duration="1"/>
@@ -351,63 +509,63 @@
351
509
  <testCase name="StringUtils isLowerCase should return true when value is &quot;123abc&quot;" duration="1"/>
352
510
  <testCase name="StringUtils isLowerCase should return false when value is &quot;123ABC&quot;" duration="0"/>
353
511
  <testCase name="StringUtils isLowerCase should return false when value is &quot;!@#$%^&amp;*()&quot;" duration="0"/>
354
- <testCase name="StringUtils isLowerCase should return false when value is &quot;&quot;" duration="1"/>
512
+ <testCase name="StringUtils isLowerCase should return false when value is &quot;&quot;" duration="0"/>
355
513
  <testCase name="StringUtils isLowerCase should return false when value is &quot; &quot;" duration="0"/>
356
514
  <testCase name="StringUtils isLowerCase should return false when value is &quot;null&quot;" duration="0"/>
357
515
  <testCase name="StringUtils isLowerCase should return false when value is &quot;undefined&quot;" duration="1"/>
358
516
  <testCase name="StringUtils getOppositeCase should return &quot;HELLO&quot; when value is &quot;hello&quot;" duration="0"/>
359
517
  <testCase name="StringUtils getOppositeCase should return &quot;hello&quot; when value is &quot;HELLO&quot;" duration="0"/>
360
- <testCase name="StringUtils getOppositeCase should return &quot;HELLO&quot; when value is &quot;Hello&quot;" duration="0"/>
518
+ <testCase name="StringUtils getOppositeCase should return &quot;HELLO&quot; when value is &quot;Hello&quot;" duration="1"/>
361
519
  <testCase name="StringUtils getOppositeCase should return &quot;HELLO&quot; when value is &quot;hElLo&quot;" duration="0"/>
362
520
  <testCase name="StringUtils getOppositeCase should return &quot;HELLO WORLD&quot; when value is &quot;hello world&quot;" duration="0"/>
363
521
  <testCase name="StringUtils getOppositeCase should return &quot;hello world&quot; when value is &quot;HELLO WORLD&quot;" duration="0"/>
364
522
  <testCase name="StringUtils getOppositeCase should return &quot;HELLO_WORLD&quot; when value is &quot;hello_world&quot;" duration="0"/>
365
- <testCase name="StringUtils getOppositeCase should return &quot;hello_world&quot; when value is &quot;HELLO_WORLD&quot;" duration="0"/>
366
- <testCase name="StringUtils getOppositeCase should return &quot;HELLO-WORLD&quot; when value is &quot;hello-world&quot;" duration="2"/>
367
- <testCase name="StringUtils getOppositeCase should return &quot;hello-world&quot; when value is &quot;HELLO-WORLD&quot;" duration="1"/>
368
- <testCase name="StringUtils getOppositeCase should return &quot;12345&quot; when value is &quot;12345&quot;" duration="1"/>
369
- <testCase name="StringUtils getOppositeCase should return &quot;123ABC&quot; when value is &quot;123abc&quot;" duration="1"/>
523
+ <testCase name="StringUtils getOppositeCase should return &quot;hello_world&quot; when value is &quot;HELLO_WORLD&quot;" duration="1"/>
524
+ <testCase name="StringUtils getOppositeCase should return &quot;HELLO-WORLD&quot; when value is &quot;hello-world&quot;" duration="0"/>
525
+ <testCase name="StringUtils getOppositeCase should return &quot;hello-world&quot; when value is &quot;HELLO-WORLD&quot;" duration="0"/>
526
+ <testCase name="StringUtils getOppositeCase should return &quot;12345&quot; when value is &quot;12345&quot;" duration="0"/>
527
+ <testCase name="StringUtils getOppositeCase should return &quot;123ABC&quot; when value is &quot;123abc&quot;" duration="0"/>
370
528
  <testCase name="StringUtils getOppositeCase should return &quot;123abc&quot; when value is &quot;123ABC&quot;" duration="0"/>
371
- <testCase name="StringUtils getOppositeCase should return &quot;!@#$%^&amp;*()&quot; when value is &quot;!@#$%^&amp;*()&quot;" duration="1"/>
529
+ <testCase name="StringUtils getOppositeCase should return &quot;!@#$%^&amp;*()&quot; when value is &quot;!@#$%^&amp;*()&quot;" duration="0"/>
372
530
  <testCase name="StringUtils getOppositeCase should return &quot;&quot; when value is &quot;&quot;" duration="0"/>
373
531
  <testCase name="StringUtils getOppositeCase should return &quot; &quot; when value is &quot; &quot;" duration="0"/>
374
532
  <testCase name="StringUtils getOppositeCase should return &quot;&quot; when value is &quot;null&quot;" duration="0"/>
375
533
  <testCase name="StringUtils getOppositeCase should return &quot;&quot; when value is &quot;undefined&quot;" duration="0"/>
376
534
  <testCase name="StringUtils getSpecialCharacters should return [] when value is &quot;hello&quot;" duration="0"/>
377
535
  <testCase name="StringUtils getSpecialCharacters should return [&quot;@&quot;,&quot;.&quot;] when value is &quot;hello@world.com&quot;" duration="0"/>
378
- <testCase name="StringUtils getSpecialCharacters should return [&quot;:&quot;,&quot;$&quot;,&quot;.&quot;] when value is &quot;price: $100.00&quot;" duration="1"/>
379
- <testCase name="StringUtils getSpecialCharacters should return [&quot;%&quot;,&quot;!&quot;] when value is &quot;50% discount!&quot;" duration="0"/>
380
- <testCase name="StringUtils getSpecialCharacters should return [&quot;:&quot;,&quot;\\&quot;,&quot;\\&quot;] when value is &quot;C:\Users\Admin&quot;" duration="1"/>
536
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;:&quot;,&quot;$&quot;,&quot;.&quot;] when value is &quot;price: $100.00&quot;" duration="0"/>
537
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;%&quot;,&quot;!&quot;] when value is &quot;50% discount!&quot;" duration="2"/>
538
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;:&quot;,&quot;\\&quot;,&quot;\\&quot;] when value is &quot;C:\Users\Admin&quot;" duration="0"/>
381
539
  <testCase name="StringUtils getSpecialCharacters should return [&quot;:&quot;,&quot;/&quot;,&quot;/&quot;,&quot;.&quot;] when value is &quot;https://example.com&quot;" duration="1"/>
382
540
  <testCase name="StringUtils getSpecialCharacters should return [&quot;.&quot;] when value is &quot;filename.txt&quot;" duration="0"/>
383
- <testCase name="StringUtils getSpecialCharacters should return [&quot;=&quot;,&quot;+&quot;,&quot;-&quot;,&quot;*&quot;,&quot;/&quot;] when value is &quot;sum = a + b - c * d / e&quot;" duration="1"/>
384
- <testCase name="StringUtils getSpecialCharacters should return [&quot;#&quot;,&quot;@&quot;,&quot;!&quot;] when value is &quot;#hashtag @user!&quot;" duration="1"/>
385
- <testCase name="StringUtils getSpecialCharacters should return [&quot;(&quot;,&quot;)&quot;,&quot;&amp;&quot;,&quot;[&quot;] when value is &quot;(parentheses) &amp; [brackets] {curly}&quot;" duration="0"/>
541
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;=&quot;,&quot;+&quot;,&quot;-&quot;,&quot;*&quot;,&quot;/&quot;] when value is &quot;sum = a + b - c * d / e&quot;" duration="0"/>
542
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;#&quot;,&quot;@&quot;,&quot;!&quot;] when value is &quot;#hashtag @user!&quot;" duration="0"/>
543
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;(&quot;,&quot;)&quot;,&quot;&amp;&quot;,&quot;[&quot;] when value is &quot;(parentheses) &amp; [brackets] {curly}&quot;" duration="1"/>
386
544
  <testCase name="StringUtils getSpecialCharacters should return [&quot;_&quot;,&quot;-&quot;] when value is &quot;one_two-three&quot;" duration="0"/>
387
- <testCase name="StringUtils getSpecialCharacters should return [&quot;+&quot;,&quot;@&quot;,&quot;.&quot;] when value is &quot;email+alias@gmail.com&quot;" duration="1"/>
545
+ <testCase name="StringUtils getSpecialCharacters should return [&quot;+&quot;,&quot;@&quot;,&quot;.&quot;] when value is &quot;email+alias@gmail.com&quot;" duration="0"/>
388
546
  <testCase name="StringUtils getSpecialCharacters should return [&quot;=&quot;,&quot;\&quot;&quot;,&quot;\&quot;&quot;,&quot;&apos;&quot;,&quot;&apos;&quot;] when value is &quot;a = &quot;text&quot; or &apos;char&apos;&quot;" duration="0"/>
389
547
  <testCase name="StringUtils getSpecialCharacters should return [] when value is &quot;&quot;" duration="0"/>
390
548
  <testCase name="StringUtils getSpecialCharacters should return [] when value is &quot; &quot;" duration="1"/>
391
549
  <testCase name="StringUtils getSpecialCharacters should return [] when value is &quot;null&quot;" duration="0"/>
392
550
  <testCase name="StringUtils getSpecialCharacters should return [] when value is &quot;undefined&quot;" duration="0"/>
393
- <testCase name="StringUtils getArgumentNumber should return 42 when value is &quot;42&quot;" duration="1"/>
551
+ <testCase name="StringUtils getArgumentNumber should return 42 when value is &quot;42&quot;" duration="0"/>
394
552
  <testCase name="StringUtils getArgumentNumber should return 3.14 when value is &quot;3.14&quot;" duration="0"/>
395
- <testCase name="StringUtils getArgumentNumber should return -100 when value is &quot;-100&quot;" duration="4"/>
396
- <testCase name="StringUtils getArgumentNumber should return 0 when value is &quot;0&quot;" duration="1"/>
553
+ <testCase name="StringUtils getArgumentNumber should return -100 when value is &quot;-100&quot;" duration="0"/>
554
+ <testCase name="StringUtils getArgumentNumber should return 0 when value is &quot;0&quot;" duration="0"/>
397
555
  <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;&quot;" duration="0"/>
398
556
  <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;abc&quot;" duration="0"/>
399
- <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;123abc&quot;" duration="0"/>
400
- <testCase name="StringUtils getArgumentNumber should return 50 when value is &quot; 50 &quot;" duration="1"/>
557
+ <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;123abc&quot;" duration="1"/>
558
+ <testCase name="StringUtils getArgumentNumber should return 50 when value is &quot; 50 &quot;" duration="0"/>
401
559
  <testCase name="StringUtils getArgumentNumber should return 1000 when value is &quot;1e3&quot;" duration="0"/>
402
560
  <testCase name="StringUtils getArgumentNumber should return Infinity when value is &quot;Infinity&quot;" duration="0"/>
403
- <testCase name="StringUtils getArgumentNumber should return -Infinity when value is &quot;-Infinity&quot;" duration="1"/>
404
- <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;null&quot;" duration="65"/>
561
+ <testCase name="StringUtils getArgumentNumber should return -Infinity when value is &quot;-Infinity&quot;" duration="0"/>
562
+ <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;null&quot;" duration="1"/>
405
563
  <testCase name="StringUtils getArgumentNumber should return NaN when value is &quot;undefined&quot;" duration="0"/>
406
- <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;hello&lt;/span&gt; world&quot; when value is &quot;hello world&quot; and argument is &quot;hello&quot;" duration="2"/>
564
+ <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;hello&lt;/span&gt; world&quot; when value is &quot;hello world&quot; and argument is &quot;hello&quot;" duration="1"/>
407
565
  <testCase name="StringUtils highlightValue should return &quot;hello &lt;span class=&apos;card-item__highlight&apos;&gt;world&lt;/span&gt;&quot; when value is &quot;hello world&quot; and argument is &quot;world&quot;" duration="0"/>
408
- <testCase name="StringUtils highlightValue should return &quot;hel&lt;span class=&apos;card-item__highlight&apos;&gt;lo&lt;/span&gt; world&quot; when value is &quot;hello world&quot; and argument is &quot;lo&quot;" duration="1"/>
566
+ <testCase name="StringUtils highlightValue should return &quot;hel&lt;span class=&apos;card-item__highlight&apos;&gt;lo&lt;/span&gt; world&quot; when value is &quot;hello world&quot; and argument is &quot;lo&quot;" duration="0"/>
409
567
  <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;hello&lt;/span&gt; world&quot; when value is &quot;hello world&quot; and argument is &quot;Hello&quot;" duration="0"/>
410
- <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;hello&lt;/span&gt; hello&quot; when value is &quot;hello hello&quot; and argument is &quot;hello&quot;" duration="1"/>
568
+ <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;hello&lt;/span&gt; hello&quot; when value is &quot;hello hello&quot; and argument is &quot;hello&quot;" duration="0"/>
411
569
  <testCase name="StringUtils highlightValue should return &quot;abc &lt;span class=&apos;card-item__highlight&apos;&gt;123&lt;/span&gt; def&quot; when value is &quot;abc 123 def&quot; and argument is &quot;123&quot;" duration="0"/>
412
570
  <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;abc&lt;/span&gt; 123 def&quot; when value is &quot;abc 123 def&quot; and argument is &quot;abc&quot;" duration="0"/>
413
571
  <testCase name="StringUtils highlightValue should return &quot;&lt;span class=&apos;card-item__highlight&apos;&gt;abc&lt;/span&gt; 123 def&quot; when value is &quot;abc 123 def&quot; and argument is &quot;abc&quot;" duration="0"/>
@@ -417,561 +575,403 @@
417
575
  <testCase name="StringUtils highlightValue should return &quot;hello world&quot; when value is &quot;hello world&quot; and argument is &quot;null&quot;" duration="0"/>
418
576
  <testCase name="StringUtils highlightValue should return &quot;&quot; when value is &quot;&quot; and argument is &quot;hello&quot;" duration="0"/>
419
577
  </file>
420
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/RecodsSelection.spec.ts">
421
- <testCase name="Records selection getSelectionInfo should return selection records" duration="12"/>
422
- <testCase name="Records selection getSelectionInfo should get all records" duration="3"/>
423
- <testCase name="Records selection getSelectionInfo should return empty array when loader return invalid value" duration="75"/>
424
- <testCase name="Records selection getSelectionInfo should return empty array when not has a loader" duration="2"/>
425
- <testCase name="Records selection getSelectionInfo should return sortable records" duration="14"/>
426
- <testCase name="Records selection selectAllRecords should select all records" duration="1"/>
427
- <testCase name="Records selection unSelectAllRecords should remove all records selection" duration="2"/>
428
- <testCase name="Records selection clearSelection should remove all records selection" duration="1"/>
429
- <testCase name="Records selection updatePageSelection should set records selection" duration="1"/>
430
- <testCase name="Records selection updatePageSelection should remove all records selection" duration="2"/>
431
- <testCase name="Records selection updatePageSelection should remove all records selection" duration="74"/>
432
- <testCase name="Records selection hasNext should return true when has a next record" duration="2"/>
433
- <testCase name="Records selection hasNext should return false when not has a next record" duration="1"/>
434
- <testCase name="Records selection hasPrevious should return true when has a prevous record" duration="4"/>
435
- <testCase name="Records selection hasPrevious should return false when not has a prevous record" duration="1"/>
436
- <testCase name="Records selection nextRecord should change selection to second record when has a next in the same page" duration="1"/>
437
- <testCase name="Records selection nextRecord should change selection to second record when not has a next in the same page" duration="3"/>
438
- <testCase name="Records selection nextRecord should call executionCtx" duration="2"/>
439
- <testCase name="Records selection previousRecord should change selection to first record when has a previous in the same page" duration="1"/>
440
- <testCase name="Records selection previousRecord should change selection to first record when not has a previous in the same page" duration="84"/>
441
- <testCase name="Records selection previousRecord should call executionCtx" duration="4"/>
442
- </file>
443
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/FieldManager.spec.ts">
444
- <testCase name="Field manager setFieldValue should not create a new record when suppressCreateNewRecord is true" duration="83"/>
445
- <testCase name="Field manager setFieldValue should resolve promise with false when value is the same" duration="3"/>
446
- <testCase name="Field manager setFieldValue should handle with promise values" duration="4"/>
447
- <testCase name="Field manager setFieldValue should return false when value is the same" duration="2"/>
448
- <testCase name="Field manager disableField should set readOnly to true" duration="2"/>
449
- <testCase name="Field manager disableField should set readOnly to true when readonly is undefined" duration="2"/>
450
- <testCase name="Field manager disableField should not set readOnly when field metadata not exist" duration="2"/>
451
- <testCase name="Field manager enableField should set readOnly to false" duration="2"/>
452
- <testCase name="Field manager enableField should set readOnly to false when readonly is undefined" duration="1"/>
453
- <testCase name="Field manager enableField should not set readOnly when field metadata not exist" duration="2"/>
454
- <testCase name="Field manager hideField should set visible to false" duration="1"/>
455
- <testCase name="Field manager hideField should set visible to false when visible is undefined" duration="77"/>
456
- <testCase name="Field manager hideField should handle with options undefined" duration="2"/>
457
- <testCase name="Field manager hideField should not set visible when field metadata not exist" duration="1"/>
458
- <testCase name="Field manager showField should set visible to true" duration="2"/>
459
- <testCase name="Field manager showField should set visible to true when visible is undefined" duration="17"/>
460
- <testCase name="Field manager showField should not set visible when field metadata not exist" duration="74"/>
461
- <testCase name="Field manager addField should add field standAlone to metadata" duration="3"/>
462
- <testCase name="Field manager valueFromString should return number type" duration="2"/>
463
- <testCase name="Field manager valueFromString should return boolean type" duration="1"/>
464
- <testCase name="Field manager valueFromString should return value without any format when not has a metadata to field" duration="6"/>
465
- <testCase name="Field manager valueToString should return string from the number type" duration="7"/>
466
- <testCase name="Field manager valueToString should return string from the boolean type" duration="1"/>
467
- <testCase name="Field manager valueToString should return string value when not has a metadata to field" duration="0"/>
468
- <testCase name="Field manager getFormattedValue should return string with number format from the number type" duration="178"/>
469
- <testCase name="Field manager getFormattedValue should return string from the boolean type" duration="2"/>
470
- <testCase name="Field manager getFormattedValue should return empty string when value is undefined and not has any record selected" duration="2"/>
471
- <testCase name="Field manager getFormattedValue should return value in string when value is undefined and has a record selected" duration="5"/>
472
- <testCase name="Field manager getFormattedValue should return value in string formated when receive a string" duration="12"/>
473
- <testCase name="Field manager getFormattedValue should return value in string with any formated when dont has a metadata field" duration="6"/>
474
- <testCase name="Field manager getFormattedValue should return string value when not has a metadata to field" duration="1"/>
475
- <testCase name="Field manager addSourceFieldValue should return string with number format from the number type" duration="0"/>
476
- </file>
477
578
  <file path="/builds/dti/design-system/sankhyacore/test/dataunit/SavingData.spec.ts">
478
- <testCase name="Saving data saveData should call saveLoader with a new record" duration="11"/>
579
+ <testCase name="Saving data saveData should call saveLoader with a new record" duration="3"/>
479
580
  <testCase name="Saving data saveData should not call saveLoader when not has any data to saved" duration="1"/>
480
- <testCase name="Saving data saveData should call interceptor dataSaved" duration="71"/>
481
- <testCase name="Saving data saveData should throw error waiting change when has a blocking promise" duration="3"/>
482
- <testCase name="Saving data saveData should waiting change when not has blocking promises" duration="12"/>
581
+ <testCase name="Saving data saveData should call interceptor dataSaved" duration="1"/>
582
+ <testCase name="Saving data saveData should throw error waiting change when has a blocking promise" duration="1"/>
583
+ <testCase name="Saving data saveData should waiting change when not has blocking promises" duration="1"/>
483
584
  <testCase name="Saving data saveData should just resolve promises when not has a saveLoader" duration="1"/>
484
- <testCase name="Saving data saveData should handle error saveLoader" duration="4"/>
485
- <testCase name="Saving data saveData should handle error ServiceCanceledException saveLoader" duration="6"/>
486
- <testCase name="Saving data saveData should handle error SilentException saveLoader" duration="4"/>
487
- <testCase name="Saving data saveData should dispatch action on child dataUnits" duration="67"/>
585
+ <testCase name="Saving data saveData should handle error saveLoader" duration="1"/>
586
+ <testCase name="Saving data saveData should handle error ServiceCanceledException saveLoader" duration="1"/>
587
+ <testCase name="Saving data saveData should handle error SilentException saveLoader" duration="1"/>
588
+ <testCase name="Saving data saveData should dispatch action on child dataUnits" duration="1"/>
488
589
  <testCase name="Saving data buildChangesToSaveFromChild should return changes on dataUnit childs" duration="1"/>
489
- <testCase name="Saving data buildChangesToSaveFromChild should return empty when no has any change" duration="0"/>
490
- </file>
491
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/LoadDataAndMetadata.spec.ts">
492
- <testCase name="Load data and metadata gotoPage should not call loader when pageSize is not defined" duration="91"/>
493
- <testCase name="Load data and metadata gotoPage should pass limit size and offset on request when pageSize is bigger than 0" duration="9"/>
494
- <testCase name="Load data and metadata gotoPage should call loadData when have a next page" duration="72"/>
495
- <testCase name="Load data and metadata gotoPage should return undefined when not have any next page" duration="2"/>
496
- <testCase name="Load data and metadata nextPage should call loadData for the next page" duration="2"/>
497
- <testCase name="Load data and metadata previousPage should call loadData for the previous page" duration="3"/>
498
- <testCase name="Load data and metadata dataLoader should return records from dataLoader" duration="1"/>
499
- <testCase name="Load data and metadata dataLoader should call dataLoader when loadData is invoked" duration="4"/>
500
- <testCase name="Load data and metadata dataLoader should clear dataUnit when parent record is undefined" duration="5"/>
501
- <testCase name="Load data and metadata dataLoader should clear dataUnit when parent record is new" duration="6"/>
502
- <testCase name="Load data and metadata dataLoader should pass quickFilter on request" duration="1"/>
503
- <testCase name="Load data and metadata dataLoader should pass limit size and offset on request when pageSize is bigger than 0" duration="1"/>
504
- <testCase name="Load data and metadata dataLoader should avoid call dataLoader when request is the same at the last" duration="3"/>
505
- <testCase name="Load data and metadata dataLoader should select first record when propertie selectFirstRecord is true" duration="2"/>
506
- <testCase name="Load data and metadata dataLoader should handle error dataLoader" duration="1"/>
507
- <testCase name="Load data and metadata loadDataWithParams should pass params to loadData correctly" duration="9"/>
508
- <testCase name="Load data and metadata loadMetadata should return metadata" duration="1"/>
509
- <testCase name="Load data and metadata loadMetadata should handle error metadataLoader" duration="1"/>
510
- <testCase name="Load data and metadata loadMetadata should call executionCtx methods" duration="1"/>
511
- <testCase name="Load data and metadata loadMetadata should call interceptors" duration="2"/>
512
- <testCase name="Load data and metadata loadMetadata should interrupt by executionCtx" duration="0"/>
513
- </file>
514
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/FilterSortsLockersAndObservers.spec.ts">
515
- <testCase name="Filters, sorts, lockers and observers release should clean dataUnit storage" duration="89"/>
516
- <testCase name="Filters, sorts, lockers and observers release should unsubscribe parent and remove child" duration="12"/>
517
- <testCase name="Filters, sorts, lockers and observers releaseCallbacks should clean observers, interceptors, sorting and filters provider" duration="87"/>
518
- <testCase name="Filters, sorts, lockers and observers releaseCallbacks should not clean observers when allowReleaseCallbacks is false" duration="2"/>
519
- <testCase name="Filters, sorts, lockers and observers addInterceptor should remove interceptors" duration="4"/>
520
- <testCase name="Filters, sorts, lockers and observers addFilterProvider should remove filterProvider" duration="9"/>
521
- <testCase name="Filters, sorts, lockers and observers addFilterProvider should add filterProvider with custom key" duration="75"/>
522
- <testCase name="Filters, sorts, lockers and observers subscribe should remove observer" duration="2"/>
523
- <testCase name="Filters, sorts, lockers and observers subscribe should set observer with uuid" duration="3"/>
524
- <testCase name="Filters, sorts, lockers and observers subscribe should set observer with error" duration="17"/>
525
- <testCase name="Filters, sorts, lockers and observers getAppliedFilters should return applied filters" duration="7"/>
526
- <testCase name="Filters, sorts, lockers and observers getAppliedFilters should return undefined when filter is not applied" duration="8"/>
527
- <testCase name="Filters, sorts, lockers and observers addLoadingLocker should loaded data just when unlock" duration="1"/>
528
- <testCase name="Filters, sorts, lockers and observers hasWaitingChanges should return status waiting changes" duration="12"/>
529
- <testCase name="Filters, sorts, lockers and observers addGlobalLoaderProp should set global properties" duration="3"/>
530
- <testCase name="Filters, sorts, lockers and observers addGlobalLoaderProp should return empty map when global properties not set" duration="1"/>
531
- </file>
532
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/InfoManager.spec.ts">
533
- <testCase name="Info manager getters and setters should return dataUnit uuid" duration="68"/>
534
- <testCase name="Info manager getters and setters should return isWaitingToReload" duration="1"/>
535
- <testCase name="Info manager getters and setters should return cancelPagination" duration="1"/>
536
- <testCase name="Info manager getters and setters should return isMultipleEdition" duration="4"/>
537
- <testCase name="Info manager getters and setters should return defaultSorting" duration="2"/>
538
- <testCase name="Info manager getters and setters should return pageSize" duration="1"/>
539
- <testCase name="Info manager waitingForChange should return true for changes field" duration="1"/>
540
- <testCase name="Info manager waitingForChange should return false for no changes field" duration="0"/>
541
- <testCase name="Info manager getInvalidMessage should return error message from field" duration="5"/>
542
- <testCase name="Info manager getInvalidMessage should return undefined when not has any error" duration="2"/>
543
- <testCase name="Info manager isDirty should return true when has data not saved" duration="4"/>
544
- <testCase name="Info manager isDirty should return true when dataUnit child not has data pending" duration="3"/>
545
- <testCase name="Info manager isDirty should return false when dataUnit child has data not saved and ignoreChildren" duration="70"/>
546
- <testCase name="Info manager hasDirtyRecords should return true when any record has data not saved" duration="4"/>
547
- <testCase name="Info manager hasDirtyRecords should return false when data has be saved" duration="5"/>
548
- <testCase name="Info manager isNewRecord should return false when record is not new" duration="2"/>
549
- <testCase name="Info manager isNewRecord should return true when record is new" duration="6"/>
550
- <testCase name="Info manager canUndo should return true when changes can undo" duration="5"/>
551
- <testCase name="Info manager canUndo should return true when field value changes can undo" duration="81"/>
552
- <testCase name="Info manager canUndo should return false when changes can not undo" duration="2"/>
553
- <testCase name="Info manager canRedo should return true when changes can redo" duration="2"/>
554
- <testCase name="Info manager canRedo should return true when field value changes can redo" duration="8"/>
555
- <testCase name="Info manager canRedo should return false when changes can not redo" duration="2"/>
556
- <testCase name="Info manager toString should return dataUnit name" duration="0"/>
590
+ <testCase name="Saving data buildChangesToSaveFromChild should return empty when no has any change" duration="1"/>
557
591
  </file>
558
592
  <file path="/builds/dti/design-system/sankhyacore/test/util/CriteriaModel.spec.ts">
559
- <testCase name="StringUtils it should return the undefined and [] to Criteria Props through new class with empty constructor" duration="78"/>
593
+ <testCase name="StringUtils it should return the undefined and [] to Criteria Props through new class with empty constructor" duration="1"/>
560
594
  <testCase name="StringUtils it should modify &quot;expressions&quot; and &quot;parameters&quot; properties through Setters methods" duration="1"/>
561
- <testCase name="StringUtils it should return &quot;expression&quot; and &quot;parameters&quot; setted through constructor method" duration="1"/>
595
+ <testCase name="StringUtils it should return &quot;expression&quot; and &quot;parameters&quot; setted through constructor method" duration="0"/>
562
596
  <testCase name="StringUtils it should return a Criteria class with &quot;expression&quot; and &quot;parameters&quot; as needed setted through &quot;append&quot; method" duration="1"/>
563
597
  <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;append&quot; method" duration="1"/>
564
598
  <testCase name="StringUtils it should return undefined as &quot;expression&quot; and &quot;[]&quot; as parameters as we use an empty criteria as first entry in the constructor" duration="0"/>
565
599
  <testCase name="StringUtils it should return a Criteria class with &quot;Expression&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;OR&quot; method" duration="1"/>
566
600
  <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;OR&quot; method" duration="1"/>
567
- <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;OR&quot; method" duration="2"/>
601
+ <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;OR&quot; method" duration="1"/>
568
602
  <testCase name="StringUtils it should return a Criteria class with &quot;Expression&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;AND&quot; method" duration="1"/>
569
603
  <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;AND&quot; method" duration="0"/>
570
604
  <testCase name="StringUtils it should return a Criteria class with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;AND&quot; method" duration="1"/>
571
605
  <testCase name="StringUtils it should return a toJSON object with &quot;Criteria class&quot; and &quot;parameters&quot; concatenaded as needed setted through &quot;AND&quot; method" duration="1"/>
572
606
  <testCase name="StringUtils it should return a toJSON object with through empty constructor" duration="0"/>
573
607
  </file>
574
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/RecordsManager.spec.ts">
575
- <testCase name="Records manager removeRecords should remove first record" duration="114"/>
576
- <testCase name="Records manager removeRecords should remove first record with loader" duration="78"/>
577
- <testCase name="Records manager removeRecords should remove two record with loader" duration="4"/>
578
- <testCase name="Records manager removeRecords should remove last" duration="2"/>
579
- <testCase name="Records manager removeRecords should handle error dataLoader" duration="3"/>
580
- <testCase name="Records manager removeSelectedRecords should remove first record" duration="9"/>
581
- <testCase name="Records manager removeSelectedRecords should remove last record" duration="9"/>
582
- <testCase name="Records manager removeSelectedRecords should ignore when not has a record selected" duration="1"/>
583
- <testCase name="Records manager removeSelectedRecords should throw error when all records is selected" duration="63"/>
584
- <testCase name="Records manager copySelected should copy first record" duration="5"/>
585
- <testCase name="Records manager copySelected should copy last record" duration="3"/>
586
- <testCase name="Records manager copySelected should ignore when not has a record selected" duration="1"/>
587
- <testCase name="Records manager copySelected should ignore when not has records" duration="0"/>
588
- <testCase name="Records manager copySelected should throw error when all records is selected" duration="303"/>
589
- <testCase name="Records manager hasCopiedRecord should be true when has new records" duration="2"/>
590
- <testCase name="Records manager hasCopiedRecord should be false when not have any record" duration="3"/>
591
- <testCase name="Records manager hasCopiedRecord should be false when not have any new record" duration="1"/>
592
- <testCase name="Records manager hasCopiedRecord should be false when has new value created" duration="0"/>
593
- <testCase name="Records manager reloadCurrentRecord should return empty array when not has recordLoader" duration="1"/>
594
- <testCase name="Records manager reloadCurrentRecord should return empty array when not has dataLoader" duration="1"/>
595
- <testCase name="Records manager reloadCurrentRecord should call dataLoader to fech records" duration="2"/>
596
- <testCase name="Records manager reloadCurrentRecord should handle error recordLoader" duration="1"/>
597
- <testCase name="Records manager getModifiedRecords should return record that has been modified" duration="2"/>
598
- <testCase name="Records manager getModifiedRecords should return empty when not has any record modified" duration="1"/>
599
- <testCase name="Records manager getAddedRecords should return the new record has been created" duration="72"/>
600
- <testCase name="Records manager getAddedRecords should return undefined when not has any new record" duration="8"/>
601
- <testCase name="Records manager getLastLoadRequest should return a empty request" duration="1"/>
602
- <testCase name="Records manager getLastLoadRequest should return a fully example request" duration="2"/>
603
- <testCase name="Records manager clearDataUnit should clean all records" duration="2"/>
604
- <testCase name="Records manager cancelEdition should cancel edition" duration="6"/>
605
- <testCase name="Records manager cancelEdition should cancel edition in child dataUnits" duration="4"/>
606
- <testCase name="Records manager cancelEdition should load data when cancel edition in child dataUnits and has a record selected" duration="6"/>
607
- </file>
608
- <file path="/builds/dti/design-system/sankhyacore/test/util/ColumnFilterManager.spec.ts">
609
- <testCase name="ColumnFilterManager getColumnFilters should return an empty map if filters are undefined or empty" duration="1"/>
610
- <testCase name="ColumnFilterManager getColumnFilters should return a map of filters matching the pattern and not the provided fieldName" duration="1"/>
611
- <testCase name="ColumnFilterManager getFilterFunction should return undefined if no filters are provided" duration="0"/>
612
- <testCase name="ColumnFilterManager getFilterFunction should return a function that evaluates records based on filters" duration="1"/>
613
- <testCase name="ColumnFilterManager getFilterFunction should return a function that evaluates records and return false" duration="1"/>
614
- <testCase name="ColumnFilterManager compileDistinct should return an array of distinct field values formatted correctly" duration="5"/>
615
- <testCase name="ColumnFilterManager compileDistinct should filter records if a load request is present" duration="0"/>
608
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/loader/dataUnitInMemoryLoader.spec.ts">
609
+ <testCase name="DataUnitInMemoryLoader - loadData should be called load data when auto load is true" duration="5"/>
610
+ <testCase name="DataUnitInMemoryLoader - loadData should be called load data when auto load is undefined" duration="1"/>
611
+ <testCase name="DataUnitInMemoryLoader - loadData should not be called load data when auto load is false" duration="0"/>
612
+ <testCase name="DataUnitInMemoryLoader - loadData should be called load data when config is undefined" duration="1"/>
613
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if descriptor is undefined" duration="0"/>
614
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if dataType is TEXT" duration="1"/>
615
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to boolean when dataType is BOOLEAN" duration="0"/>
616
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to number when dataType is NUMBER" duration="1"/>
617
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should parse JSON when dataType is OBJECT" duration="0"/>
618
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to date when dataType is DATE and format is ISO" duration="1"/>
619
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to date when dataType is DATE and format is not ISO" duration="0"/>
620
+ <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if no dataType matches" duration="1"/>
621
+ <testCase name="DataUnitInMemoryLoader - removeLoader should resolve with the provided record IDs" duration="1"/>
622
+ <testCase name="DataUnitInMemoryLoader - removeLoader should handle empty record ID array" duration="1"/>
623
+ <testCase name="DataUnitInMemoryLoader - removeLoader should resolve the promise" duration="1"/>
624
+ <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should build initial records and convert field values based on metadata" duration="2"/>
625
+ <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should generate unique IDs for records without &quot;__record__id__&quot;" duration="3"/>
626
+ <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should leave fields untouched if no matching metadata exists" duration="4"/>
627
+ <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should skip conversion for non-string field values" duration="2"/>
616
628
  </file>
617
629
  <file path="/builds/dti/design-system/sankhyacore/test/dataunit/formatting/PrettyFormatter.spec.ts">
618
- <testCase name="getFormattedValue should return empty string when value is null" duration="2"/>
619
- <testCase name="getFormattedValue should return empty string when value is not an array" duration="0"/>
630
+ <testCase name="getFormattedValue should return empty string when value is null" duration="1"/>
631
+ <testCase name="getFormattedValue should return empty string when value is not an array" duration="1"/>
620
632
  <testCase name="getFormattedValue should return empty string when value is an empty array" duration="0"/>
621
633
  <testCase name="getFormattedValue should return file name when value is an array with one file object" duration="0"/>
622
634
  <testCase name="getFormattedValue should return file count when value is an array with multiple file objects" duration="1"/>
623
635
  <testCase name="getFormattedValue should return empty string for undefined file" duration="0"/>
624
- <testCase name="getFormattedValue should handle OBJECT type with value field" duration="73"/>
625
- <testCase name="getFormattedValue should return empty string when value is undefined" duration="1"/>
636
+ <testCase name="getFormattedValue should handle OBJECT type with value field" duration="0"/>
637
+ <testCase name="getFormattedValue should return empty string when value is undefined" duration="0"/>
626
638
  <testCase name="getFormattedValue should return value as string when value is not an object" duration="0"/>
627
639
  <testCase name="getFormattedValue should return value.toString() when value is an object without value property" duration="1"/>
628
640
  <testCase name="getFormattedValue should handle BOOLEAN type" duration="0"/>
629
- <testCase name="getFormattedValue should format numbers correctly" duration="9"/>
630
- <testCase name="getFormattedValue should format dates correctly" duration="6"/>
641
+ <testCase name="getFormattedValue should format numbers correctly" duration="1"/>
642
+ <testCase name="getFormattedValue should format dates correctly" duration="5"/>
631
643
  <testCase name="getFormattedValue should format times correctly" duration="1"/>
632
644
  <testCase name="getFormattedValue should format datetime correctly" duration="1"/>
633
- <testCase name="getFormattedValue should call toString with correct parameters" duration="1"/>
634
- <testCase name="getFormattedValue should handle undefined descriptor gracefully" duration="8"/>
635
- <testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and matching option" duration="1"/>
636
- <testCase name="getFormattedValue should return value with OPTIONSELECTOR and no matching option" duration="1"/>
645
+ <testCase name="getFormattedValue should call toString with correct parameters" duration="0"/>
646
+ <testCase name="getFormattedValue should handle undefined descriptor gracefully" duration="0"/>
647
+ <testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and matching option" duration="0"/>
648
+ <testCase name="getFormattedValue should return value with OPTIONSELECTOR and no matching option" duration="0"/>
637
649
  <testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and value as object" duration="0"/>
638
650
  <testCase name="getFormattedValue should return empty string with OPTIONSELECTOR and value as null" duration="1"/>
639
651
  <testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and options as JSON string" duration="0"/>
640
- <testCase name="getFormattedValue should return value with OPTIONSELECTOR and options as empty array" duration="6"/>
652
+ <testCase name="getFormattedValue should return value with OPTIONSELECTOR and options as empty array" duration="0"/>
641
653
  <testCase name="getFormattedValue should format masked values correctly" duration="1"/>
642
654
  </file>
655
+ <file path="/builds/dti/design-system/sankhyacore/test/util/OverflowWatcher.spec.ts">
656
+ <testCase name="OverflowWatcher should initialize with provided parameters" duration="3"/>
657
+ <testCase name="OverflowWatcher should disconect ResizeObserver when destroy is called" duration="1"/>
658
+ <testCase name="OverflowWatcher Should call callback on forceUpdate" duration="46"/>
659
+ <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan" duration="10"/>
660
+ <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan when notOverFlow is empty" duration="5"/>
661
+ <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan considering overflowed elements" duration="4"/>
662
+ <testCase name="OverflowWatcher Should call callback on forceUpdate with empty list" duration="3"/>
663
+ <testCase name="OverflowWatcher should ignore elements that can not overflow" duration="11"/>
664
+ <testCase name="OverflowWatcher Should not call callback on forceUpdate" duration="0"/>
665
+ </file>
643
666
  <file path="/builds/dti/design-system/sankhyacore/test/dataunit/loader/utils/dataUnitLoaderUtils.spec.ts">
644
667
  <testCase name="Utility Functions applyFilter should return the original records if no filters are provided" duration="1"/>
645
- <testCase name="Utility Functions applyFilter should filter records based on provided filters" duration="0"/>
646
- <testCase name="Utility Functions buildPaginationInfo function should return correct pagination info with default values" duration="1"/>
647
- <testCase name="Utility Functions buildPaginationInfo function should redosLenth as same size as recordsPerPage" duration="0"/>
648
- <testCase name="Utility Functions buildPaginationInfo function should handle case when totalRecordsLength and offset 0" duration="1"/>
668
+ <testCase name="Utility Functions applyFilter should filter records based on provided filters" duration="1"/>
669
+ <testCase name="Utility Functions buildPaginationInfo function should return correct pagination info with default values" duration="0"/>
670
+ <testCase name="Utility Functions buildPaginationInfo function should redosLenth as same size as recordsPerPage" duration="1"/>
671
+ <testCase name="Utility Functions buildPaginationInfo function should handle case when totalRecordsLength and offset 0" duration="0"/>
649
672
  <testCase name="Utility Functions buildPaginationInfo function should handle case when currentPageLength is less than totalRecordsLength and lastPage" duration="0"/>
650
- <testCase name="Utility Functions applySorting function should return the original records if no sorting is provided" duration="9"/>
673
+ <testCase name="Utility Functions applySorting function should return the original records if no sorting is provided" duration="1"/>
651
674
  <testCase name="Utility Functions applySorting function should sort records based on provided sorting criteria" duration="0"/>
652
675
  </file>
653
- <file path="/builds/dti/design-system/sankhyacore/test/util/LangUtils.spec.ts">
654
- <testCase name="LangUtils convertLanguage should convert &apos;en&apos; to EN_US" duration="20"/>
655
- <testCase name="LangUtils convertLanguage should convert &apos;es&apos; to ES_ES" duration="2"/>
656
- <testCase name="LangUtils convertLanguage should default to PT_BR for unknown languages" duration="0"/>
657
- <testCase name="LangUtils getLanguage should return language from cookie if available" duration="1"/>
658
- <testCase name="LangUtils getLanguage should return HTML language if no cookie is set" duration="2"/>
659
- <testCase name="LangUtils getLanguage should default to settings navigator if no cookie or HTML language is set" duration="1"/>
660
- <testCase name="LangUtils getLanguage should default to PT_BR if no cookie or HTML language or config navigator is set" duration="65"/>
661
- <testCase name="LangUtils getHtmlLanguage should return PT_BR in development mode" duration="0"/>
662
- <testCase name="LangUtils getHtmlLanguage should return converted HTML language in production mode" duration="1"/>
663
- <testCase name="LangUtils setHtmlLanguage should set the HTML lang attribute and update the cookie" duration="1"/>
664
- <testCase name="LangUtils getLanguageFromCookie should return the language from the cookie if it exists" duration="1"/>
665
- <testCase name="LangUtils getLanguageFromCookie should return null if the cookie does not exist" duration="1"/>
666
- <testCase name="LangUtils applyLanguageFromCookie should set the HTML lang attribute based on the cookie" duration="1"/>
667
- <testCase name="LangUtils applyLanguageFromCookie should do nothing if the cookie does not exist" duration="0"/>
668
- </file>
669
676
  <file path="/builds/dti/design-system/sankhyacore/test/util/MaskFormatter.spec.ts">
670
- <testCase name="Mask Formatter mask:CPF complete valid" duration="2"/>
677
+ <testCase name="Mask Formatter mask:CPF complete valid" duration="1"/>
671
678
  <testCase name="Mask Formatter mask:CPF complete valid literals" duration="1"/>
672
679
  <testCase name="Mask Formatter mask:CPF incomplete valid" duration="0"/>
673
680
  <testCase name="Mask Formatter mask:CPF incomplete valid placeholder" duration="1"/>
674
681
  <testCase name="Mask Formatter mask:CPF too long valid" duration="0"/>
675
- <testCase name="Mask Formatter mask:CPF invalid for string" duration="185"/>
682
+ <testCase name="Mask Formatter mask:CPF invalid for string" duration="7"/>
676
683
  <testCase name="Mask Formatter mask:CPF invalid for being too long" duration="0"/>
677
684
  <testCase name="Mask Formatter mask:Licence plate valid uppercase" duration="1"/>
678
- <testCase name="Mask Formatter mask:Licence plate valid lowercase" duration="0"/>
685
+ <testCase name="Mask Formatter mask:Licence plate valid lowercase" duration="1"/>
679
686
  <testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
680
687
  <testCase name="Mask Formatter mask:Licence plate invalid for being too short" duration="0"/>
681
- <testCase name="Mask Formatter mask:Licence plate invalid for being too short with placeholder" duration="0"/>
682
- <testCase name="Mask Formatter mask:Licence plate invalid" duration="3"/>
688
+ <testCase name="Mask Formatter mask:Licence plate invalid for being too short with placeholder" duration="1"/>
689
+ <testCase name="Mask Formatter mask:Licence plate invalid" duration="5"/>
683
690
  <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
684
691
  <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="1"/>
685
692
  <testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
686
693
  <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
687
694
  <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="0"/>
688
695
  <testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
689
- <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="1"/>
690
- <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="0"/>
691
- <testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
696
+ <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
697
+ <testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="1"/>
698
+ <testCase name="Mask Formatter mask:Licence plate invalid" duration="0"/>
692
699
  </file>
693
- <file path="/builds/dti/design-system/sankhyacore/test/util/OverflowWatcher.spec.ts">
694
- <testCase name="OverflowWatcher should initialize with provided parameters" duration="4"/>
695
- <testCase name="OverflowWatcher should disconect ResizeObserver when destroy is called" duration="1"/>
696
- <testCase name="OverflowWatcher Should call callback on forceUpdate" duration="207"/>
697
- <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan" duration="92"/>
698
- <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan when notOverFlow is empty" duration="193"/>
699
- <testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan considering overflowed elements" duration="9"/>
700
- <testCase name="OverflowWatcher Should call callback on forceUpdate with empty list" duration="4"/>
701
- <testCase name="OverflowWatcher should ignore elements that can not overflow" duration="97"/>
702
- <testCase name="OverflowWatcher Should not call callback on forceUpdate" duration="2"/>
700
+ <file path="/builds/dti/design-system/sankhyacore/test/util/ColumnFilterManager.spec.ts">
701
+ <testCase name="ColumnFilterManager getColumnFilters should return an empty map if filters are undefined or empty" duration="1"/>
702
+ <testCase name="ColumnFilterManager getColumnFilters should return a map of filters matching the pattern and not the provided fieldName" duration="1"/>
703
+ <testCase name="ColumnFilterManager getFilterFunction should return undefined if no filters are provided" duration="0"/>
704
+ <testCase name="ColumnFilterManager getFilterFunction should return a function that evaluates records based on filters" duration="5"/>
705
+ <testCase name="ColumnFilterManager getFilterFunction should return a function that evaluates records and return false" duration="1"/>
706
+ <testCase name="ColumnFilterManager compileDistinct should return an array of distinct field values formatted correctly" duration="1"/>
707
+ <testCase name="ColumnFilterManager compileDistinct should filter records if a load request is present" duration="0"/>
703
708
  </file>
704
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/loader/dataUnitInMemoryLoader.spec.ts">
705
- <testCase name="DataUnitInMemoryLoader - loadData should be called load data when auto load is true" duration="195"/>
706
- <testCase name="DataUnitInMemoryLoader - loadData should be called load data when auto load is undefined" duration="85"/>
707
- <testCase name="DataUnitInMemoryLoader - loadData should not be called load data when auto load is false" duration="1"/>
708
- <testCase name="DataUnitInMemoryLoader - loadData should be called load data when config is undefined" duration="1"/>
709
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if descriptor is undefined" duration="1"/>
710
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if dataType is TEXT" duration="0"/>
711
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to boolean when dataType is BOOLEAN" duration="1"/>
712
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to number when dataType is NUMBER" duration="0"/>
713
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should parse JSON when dataType is OBJECT" duration="1"/>
714
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to date when dataType is DATE and format is ISO" duration="1"/>
715
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should convert to date when dataType is DATE and format is not ISO" duration="0"/>
716
- <testCase name="DataUnitInMemoryLoader - getConvertedValue should return the original string if no dataType matches" duration="1"/>
717
- <testCase name="DataUnitInMemoryLoader - removeLoader should resolve with the provided record IDs" duration="1"/>
718
- <testCase name="DataUnitInMemoryLoader - removeLoader should handle empty record ID array" duration="1"/>
719
- <testCase name="DataUnitInMemoryLoader - removeLoader should resolve the promise" duration="80"/>
720
- <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should build initial records and convert field values based on metadata" duration="3"/>
721
- <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should generate unique IDs for records without &quot;__record__id__&quot;" duration="3"/>
722
- <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should leave fields untouched if no matching metadata exists" duration="10"/>
723
- <testCase name="DataUnitInMemoryLoader - buildInitialRecords (indiretamente via set records) should skip conversion for non-string field values" duration="76"/>
709
+ <file path="/builds/dti/design-system/sankhyacore/test/util/LangUtils.spec.ts">
710
+ <testCase name="LangUtils convertLanguage should convert &apos;en&apos; to EN_US" duration="9"/>
711
+ <testCase name="LangUtils convertLanguage should convert &apos;es&apos; to ES_ES" duration="1"/>
712
+ <testCase name="LangUtils convertLanguage should default to PT_BR for unknown languages" duration="0"/>
713
+ <testCase name="LangUtils getLanguage should return language from cookie if available" duration="0"/>
714
+ <testCase name="LangUtils getLanguage should return HTML language if no cookie is set" duration="0"/>
715
+ <testCase name="LangUtils getLanguage should default to settings navigator if no cookie or HTML language is set" duration="0"/>
716
+ <testCase name="LangUtils getLanguage should default to PT_BR if no cookie or HTML language or config navigator is set" duration="1"/>
717
+ <testCase name="LangUtils getHtmlLanguage should return PT_BR in development mode" duration="0"/>
718
+ <testCase name="LangUtils getHtmlLanguage should return converted HTML language in production mode" duration="0"/>
719
+ <testCase name="LangUtils setHtmlLanguage should set the HTML lang attribute and update the cookie" duration="1"/>
720
+ <testCase name="LangUtils getLanguageFromCookie should return the language from the cookie if it exists" duration="1"/>
721
+ <testCase name="LangUtils getLanguageFromCookie should return null if the cookie does not exist" duration="0"/>
722
+ <testCase name="LangUtils applyLanguageFromCookie should set the HTML lang attribute based on the cookie" duration="1"/>
723
+ <testCase name="LangUtils applyLanguageFromCookie should do nothing if the cookie does not exist" duration="1"/>
724
724
  </file>
725
725
  <file path="/builds/dti/design-system/sankhyacore/test/dataunit/SelectionInfo.spec.ts">
726
726
  <testCase name="SelectionInfo should return false when mode is some records" duration="1"/>
727
- <testCase name="SelectionInfo should return true when mode is all records" duration="1"/>
728
- <testCase name="SelectionInfo should return false when records is not empty" duration="0"/>
727
+ <testCase name="SelectionInfo should return true when mode is all records" duration="0"/>
728
+ <testCase name="SelectionInfo should return false when records is not empty" duration="1"/>
729
729
  <testCase name="SelectionInfo should return true when records is empty" duration="0"/>
730
730
  <testCase name="SelectionInfo should return number of total when records is empty" duration="1"/>
731
731
  <testCase name="SelectionInfo should return 0 when records is empty and total is undefined " duration="0"/>
732
- <testCase name="SelectionInfo should return number of length of records when is not empty" duration="1"/>
733
- <testCase name="SelectionInfo should return 0 when records is undefined and total is undefined" duration="0"/>
734
- <testCase name="SelectionInfo should return undefined when records is undefined" duration="1"/>
732
+ <testCase name="SelectionInfo should return number of length of records when is not empty" duration="0"/>
733
+ <testCase name="SelectionInfo should return 0 when records is undefined and total is undefined" duration="1"/>
734
+ <testCase name="SelectionInfo should return undefined when records is undefined" duration="0"/>
735
735
  <testCase name="SelectionInfo should call getAllRecords" duration="1"/>
736
736
  <testCase name="SelectionInfo should handle when getAllRecords is undefined" duration="0"/>
737
737
  </file>
738
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/Actions.spec.ts">
739
- <testCase name="Actions savingCanceled should emit event savingCanceled" duration="5"/>
740
- <testCase name="Actions clearInvalid should emit event savingCanceled" duration="75"/>
741
- <testCase name="Actions redo should return true when field value changes can redo" duration="3"/>
742
- </file>
743
- <file path="/builds/dti/design-system/sankhyacore/test/http/HttpProvider.spec.ts">
744
- <testCase name="HttpProvider Metodo GET" duration="0"/>
745
- </file>
746
- <file path="/builds/dti/design-system/sankhyacore/test/http/SkwHttpProvider.ts.spec.ts">
747
- <testCase name="HttpProvider Metodo POST" duration="1"/>
748
- </file>
749
- <file path="/builds/dti/design-system/sankhyacore/test/util/TimeFormatter.spec.ts">
750
- <testCase name="TimeFormatter prepareValue Case: input string unformated with showSeconds" duration="2"/>
751
- <testCase name="TimeFormatter prepareValue Case: input string unformated without showSeconds" duration="0"/>
752
- <testCase name="TimeFormatter prepareValue should format valid time without seconds" duration="2"/>
753
- <testCase name="TimeFormatter prepareValue should format valid time with seconds" duration="1"/>
754
- <testCase name="TimeFormatter prepareValue should pad input with leading zeros for proper format" duration="1"/>
755
- <testCase name="TimeFormatter prepareValue should return an empty string for invalid input" duration="0"/>
756
- <testCase name="TimeFormatter prepareValue should throw error when recieveng string" duration="188"/>
757
- <testCase name="TimeFormatter prepareValue should handle edge cases correctly" duration="10"/>
758
- <testCase name="TimeFormatter prepareValue should format partially filled times correctly" duration="0"/>
759
- <testCase name="TimeFormatter validateTime should be false when [ value: 2525, showSeconds: false" duration="1"/>
760
- <testCase name="TimeFormatter validateTime should be false when [ value: 2525, showSeconds: true" duration="12"/>
761
- <testCase name="TimeFormatter validateTime should be true when [ value: 232920, showSeconds: true" duration="0"/>
762
- <testCase name="TimeFormatter validateTime should be true when [ value: 232920, showSeconds: false" duration="0"/>
763
- <testCase name="TimeFormatter validateTime should be true when [ value: 1012, showSeconds: false" duration="0"/>
764
- <testCase name="TimeFormatter validateTime should be true when [ value: 0012, showSeconds: false" duration="0"/>
765
- <testCase name="TimeFormatter validateTime should be true when [ value: 2359, showSeconds: false" duration="0"/>
766
- <testCase name="TimeFormatter validateTime should be true when [ value: 101200, showSeconds: true" duration="1"/>
767
- <testCase name="TimeFormatter validateTime should be true when [ value: 000000, showSeconds: true" duration="0"/>
768
- <testCase name="TimeFormatter validateTime should be true when [ value: 235959, showSeconds: true" duration="0"/>
769
- <testCase name="TimeFormatter validateTime should be false when [ value: 2460, showSeconds: false" duration="0"/>
770
- <testCase name="TimeFormatter validateTime should be false when [ value: 2500, showSeconds: false" duration="0"/>
771
- <testCase name="TimeFormatter validateTime should be false when [ value: 9900, showSeconds: false" duration="0"/>
772
- <testCase name="TimeFormatter validateTime should be false when [ value: 1260, showSeconds: false" duration="0"/>
773
- <testCase name="TimeFormatter validateTime should be false when [ value: 1275, showSeconds: false" duration="0"/>
774
- <testCase name="TimeFormatter validateTime should be false when [ value: 101260, showSeconds: true" duration="0"/>
775
- <testCase name="TimeFormatter validateTime should be false when [ value: 101275, showSeconds: true" duration="0"/>
776
- <testCase name="TimeFormatter validateTime should be false when [ value: , showSeconds: false" duration="0"/>
777
- <testCase name="TimeFormatter validateTime should be false when [ value: null, showSeconds: false" duration="1"/>
778
- <testCase name="TimeFormatter validateTime should be false when [ value: undefined, showSeconds: false" duration="0"/>
779
- <testCase name="TimeFormatter validateTime should be false when [ value: abcd, showSeconds: false" duration="0"/>
780
- <testCase name="TimeFormatter validateTime should be false when [ value: 14e4, showSeconds: false" duration="0"/>
781
- <testCase name="TimeFormatter validateTime should be true when [ value: 10:12, showSeconds: false" duration="1"/>
782
- <testCase name="TimeFormatter validateTime should be true when [ value: 0000, showSeconds: false" duration="0"/>
783
- <testCase name="TimeFormatter validateTime should be true when [ value: 2359, showSeconds: false" duration="0"/>
784
- <testCase name="TimeFormatter validateTime should be true when [ value: 000000, showSeconds: true" duration="1"/>
785
- <testCase name="TimeFormatter validateTime should be true when [ value: 235959, showSeconds: true" duration="0"/>
786
- <testCase name="TimeFormatter validateTime should be false when [ value: 1, showSeconds: false" duration="0"/>
787
- <testCase name="TimeFormatter validateTime should be false when [ value: 12, showSeconds: false" duration="1"/>
788
- <testCase name="TimeFormatter validateTime should be true when [ value: 123, showSeconds: false" duration="0"/>
789
- <testCase name="TimeFormatter validateTime should be true when [ value: 12345, showSeconds: true" duration="1"/>
790
- </file>
791
- <file path="/builds/dti/design-system/sankhyacore/test/util/DataUnitStorage.spec.ts">
792
- <testCase name="DataUnitStorage put should store a DataUnit instance in the DataUnitStorage" duration="70"/>
793
- <testCase name="DataUnitStorage get should return the stored DataUnit instance from the DataUnitStorage" duration="1"/>
794
- <testCase name="DataUnitStorage get should return undefined if the DataUnit instance is not found in the DataUnitStorage" duration="0"/>
795
- <testCase name="DataUnitStorage remove should remove the specified DataUnit instance from the DataUnitStorage" duration="0"/>
796
- <testCase name="DataUnitStorage remove should remove the DataUnit instance with the specified name from the DataUnitStorage" duration="1"/>
797
- <testCase name="DataUnitStorage remove should not remove any DataUnit instance if the specified DataUnit instance or name is not found in the DataUnitStorage" duration="0"/>
798
- </file>
799
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/Change.spec.ts">
800
- <testCase name="Change should return operation" duration="1"/>
801
- <testCase name="Change should return false when operation is not insert" duration="1"/>
802
- <testCase name="Change should return true when operation is insert" duration="0"/>
803
- <testCase name="Change should return true when operation is copy" duration="1"/>
804
- <testCase name="Change should return true when operation is delete" duration="0"/>
805
- <testCase name="Change should return true when operation is update" duration="0"/>
806
- </file>
807
- <file path="/builds/dti/design-system/sankhyacore/test/dataunit/AccessParentsDataUnit.spec.ts">
808
- <testCase name="Access parent dataUnits getChildInfo should return metadata children data" duration="72"/>
809
- <testCase name="Access parent dataUnits getChildInfo should return undefined when dont has metadata" duration="1"/>
810
- <testCase name="Access parent dataUnits getChildInfo should return undefined when dont has metadata children data" duration="1"/>
811
- <testCase name="Access parent dataUnits getParentDataUnit should return parent dataUnit" duration="1"/>
812
- <testCase name="Access parent dataUnits isParentDirty should return true when parent is dirty" duration="1"/>
813
- <testCase name="Access parent dataUnits isParentDirty should return false when parent is not dirty" duration="1"/>
814
- <testCase name="Access parent dataUnits isParentDirty should return false when dont has parent" duration="0"/>
815
- </file>
816
738
  <file path="/builds/dti/design-system/sankhyacore/test/util/NumberUtils.spec.ts">
817
- <testCase name="NumberUtils stringToNumber should return 100 when value is 100" duration="1"/>
818
- <testCase name="NumberUtils stringToNumber should return 100.12 when value is 100,12" duration="1"/>
739
+ <testCase name="NumberUtils stringToNumber should return 100 when value is 100" duration="0"/>
740
+ <testCase name="NumberUtils stringToNumber should return 100.12 when value is 100,12" duration="0"/>
819
741
  <testCase name="NumberUtils stringToNumber should return 11500.12 when value is 11500,12" duration="0"/>
820
- <testCase name="NumberUtils stringToNumber should return 11500 when value is 11500" duration="1"/>
821
- <testCase name="NumberUtils stringToNumber should return 1 when value is 1.000" duration="0"/>
822
- <testCase name="NumberUtils stringToNumber should return 11500.003 when value is 11.500,003" duration="1"/>
742
+ <testCase name="NumberUtils stringToNumber should return 11500 when value is 11500" duration="0"/>
743
+ <testCase name="NumberUtils stringToNumber should return 1 when value is 1.000" duration="1"/>
744
+ <testCase name="NumberUtils stringToNumber should return 11500.003 when value is 11.500,003" duration="0"/>
823
745
  <testCase name="NumberUtils stringToNumber should return -100 when value is -100" duration="0"/>
824
746
  <testCase name="NumberUtils stringToNumber should return -100.12 when value is -100,12" duration="1"/>
825
747
  <testCase name="NumberUtils stringToNumber should return -11500.1 when value is -11500,1" duration="0"/>
826
- <testCase name="NumberUtils stringToNumber should return -11500 when value is -11500" duration="1"/>
827
- <testCase name="NumberUtils stringToNumber should return -11500.003 when value is -11.500,003" duration="0"/>
828
- <testCase name="NumberUtils stringToNumber should return 100 when value is R$100" duration="1"/>
748
+ <testCase name="NumberUtils stringToNumber should return -11500 when value is -11500" duration="0"/>
749
+ <testCase name="NumberUtils stringToNumber should return -11500.003 when value is -11.500,003" duration="1"/>
750
+ <testCase name="NumberUtils stringToNumber should return 100 when value is R$100" duration="0"/>
829
751
  <testCase name="NumberUtils stringToNumber should return 100.12 when value is R$100,12" duration="0"/>
830
752
  <testCase name="NumberUtils stringToNumber should return 11500.12 when value is R$11500,12" duration="1"/>
831
753
  <testCase name="NumberUtils stringToNumber should return 11500 when value is R$11500" duration="0"/>
832
754
  <testCase name="NumberUtils stringToNumber should return 11500.003 when value is R$11.500,003" duration="0"/>
833
- <testCase name="NumberUtils stringToNumber should return -100 when value is -R$100" duration="0"/>
755
+ <testCase name="NumberUtils stringToNumber should return -100 when value is -R$100" duration="1"/>
834
756
  <testCase name="NumberUtils stringToNumber should return -100.12 when value is -R$100,12" duration="0"/>
835
- <testCase name="NumberUtils stringToNumber should return -11500.12 when value is -R$11500,12" duration="1"/>
836
- <testCase name="NumberUtils stringToNumber should return -11500 when value is -R$11500" duration="0"/>
757
+ <testCase name="NumberUtils stringToNumber should return -11500.12 when value is -R$11500,12" duration="0"/>
758
+ <testCase name="NumberUtils stringToNumber should return -11500 when value is -R$11500" duration="1"/>
837
759
  <testCase name="NumberUtils stringToNumber should return -11500.003 when value is -R$11.500,003" duration="0"/>
838
760
  <testCase name="NumberUtils stringToNumber should return NaN when value is " duration="0"/>
839
761
  <testCase name="NumberUtils stringToNumber should return NaN when value is OrdinaryString" duration="0"/>
840
- <testCase name="NumberUtils stringToNumber should return NaN when value is 100.167.80" duration="75"/>
841
- <testCase name="NumberUtils stringToNumber should return NaN when value is uahsuhas,auhsuhasu" duration="1"/>
762
+ <testCase name="NumberUtils stringToNumber should return NaN when value is 100.167.80" duration="1"/>
763
+ <testCase name="NumberUtils stringToNumber should return NaN when value is uahsuhas,auhsuhasu" duration="0"/>
842
764
  <testCase name="NumberUtils stringToNumber should return NaN when value is 100,100,100" duration="0"/>
843
765
  <testCase name="NumberUtils stringToNumber should return NaN when value is OrdinaryString,.OrdinaryString" duration="0"/>
844
- <testCase name="NumberUtils stringToNumber should return NaN when value is OrdinaryString.,OrdinaryString" duration="1"/>
766
+ <testCase name="NumberUtils stringToNumber should return NaN when value is OrdinaryString.,OrdinaryString" duration="0"/>
845
767
  <testCase name="NumberUtils stringToNumber should return 0.121212 when value is .121212" duration="0"/>
846
768
  <testCase name="NumberUtils stringToNumber should return 0.121212 when value is ,121212" duration="0"/>
847
- <testCase name="NumberUtils stringToNumber should return NaN when value is 1,232,333.345" duration="1"/>
769
+ <testCase name="NumberUtils stringToNumber should return NaN when value is 1,232,333.345" duration="0"/>
848
770
  <testCase name="NumberUtils stringToNumber should return 1232333.345 when value is 1232333,345" duration="0"/>
849
- <testCase name="NumberUtils format should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: 2 ]" duration="1"/>
850
- <testCase name="NumberUtils format should return 1,0 when: [ value: 1.000, precision: 2, prettyPrecision: 1 ]" duration="0"/>
771
+ <testCase name="NumberUtils format should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: 2 ]" duration="0"/>
772
+ <testCase name="NumberUtils format should return 1,0 when: [ value: 1.000, precision: 2, prettyPrecision: 1 ]" duration="1"/>
851
773
  <testCase name="NumberUtils format should return 1.200.999,99 when: [ value: 1200999,99, precision: 2, prettyPrecision: 1 ]" duration="0"/>
852
- <testCase name="NumberUtils format should return NaN when: [ value: 1,232,333.345, precision: 4, prettyPrecision: 2 ]" duration="1"/>
774
+ <testCase name="NumberUtils format should return NaN when: [ value: 1,232,333.345, precision: 4, prettyPrecision: 2 ]" duration="5"/>
853
775
  <testCase name="NumberUtils format should return 1,23 when: [ value: 1,23, precision: 2, prettyPrecision: 1 ]" duration="0"/>
854
776
  <testCase name="NumberUtils format should return NaN when: [ value: 1.200.999, precision: 4, prettyPrecision: 2 ]" duration="0"/>
855
- <testCase name="NumberUtils format should return 1.200 when: [ value: 1200.00001, precision: 4, prettyPrecision: 0 ]" duration="0"/>
777
+ <testCase name="NumberUtils format should return 1.200 when: [ value: 1200.00001, precision: 4, prettyPrecision: 0 ]" duration="1"/>
856
778
  <testCase name="NumberUtils format should return NaN when: [ value: String, precision: 4, prettyPrecision: 0 ]" duration="0"/>
857
- <testCase name="NumberUtils format should return NaN when: [ value: , precision: 4, prettyPrecision: 0 ]" duration="1"/>
779
+ <testCase name="NumberUtils format should return NaN when: [ value: , precision: 4, prettyPrecision: 0 ]" duration="0"/>
858
780
  <testCase name="NumberUtils format should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: undefined ]" duration="0"/>
859
- <testCase name="NumberUtils format should return 1,00 when: [ value: 1.000, precision: 2, prettyPrecision: undefined ]" duration="0"/>
781
+ <testCase name="NumberUtils format should return 1,00 when: [ value: 1.000, precision: 2, prettyPrecision: undefined ]" duration="1"/>
860
782
  <testCase name="NumberUtils format should return 1.200.999,99 when: [ value: 1200999,99, precision: 2, prettyPrecision: undefined ]" duration="0"/>
861
- <testCase name="NumberUtils format should return NaN when: [ value: 1,232,333.345, precision: 4, prettyPrecision: undefined ]" duration="1"/>
862
- <testCase name="NumberUtils format should return 1,23 when: [ value: 1,23, precision: 2, prettyPrecision: undefined ]" duration="0"/>
783
+ <testCase name="NumberUtils format should return NaN when: [ value: 1,232,333.345, precision: 4, prettyPrecision: undefined ]" duration="0"/>
784
+ <testCase name="NumberUtils format should return 1,23 when: [ value: 1,23, precision: 2, prettyPrecision: undefined ]" duration="1"/>
863
785
  <testCase name="NumberUtils format should return NaN when: [ value: 1.200.999, precision: 4, prettyPrecision: undefined ]" duration="0"/>
864
- <testCase name="NumberUtils format should return NaN when: [ value: NaN, precision: 4, prettyPrecision: undefined ]" duration="1"/>
865
- <testCase name="NumberUtils format should return 111,2 when: [ value: 111,199, precision: 1, prettyPrecision: -1 ]" duration="2"/>
786
+ <testCase name="NumberUtils format should return NaN when: [ value: NaN, precision: 4, prettyPrecision: undefined ]" duration="0"/>
787
+ <testCase name="NumberUtils format should return 111,2 when: [ value: 111,199, precision: 1, prettyPrecision: -1 ]" duration="0"/>
866
788
  <testCase name="NumberUtils format should return 111,1 when: [ value: 111,1000, precision: 1, prettyPrecision: -1 ]" duration="1"/>
867
789
  <testCase name="NumberUtils format should return 111,1 when: [ value: 111,100, precision: 1, prettyPrecision: 1.3 ]" duration="0"/>
868
- <testCase name="NumberUtils format should return 111,1009 when: [ value: 111,1009, precision: -1, prettyPrecision: 1 ]" duration="1"/>
790
+ <testCase name="NumberUtils format should return 111,1009 when: [ value: 111,1009, precision: -1, prettyPrecision: 1 ]" duration="0"/>
869
791
  <testCase name="NumberUtils format should return 111,1 when: [ value: 111,1000, precision: -1, prettyPrecision: 1 ]" duration="0"/>
870
792
  <testCase name="NumberUtils format should return 111,1009 when: [ value: 111,1009, precision: 1.2, prettyPrecision: 1 ]" duration="0"/>
871
- <testCase name="NumberUtils format should return 111,20 when: [ value: 111,199, precision: 2, prettyPrecision: -1 ]" duration="1"/>
793
+ <testCase name="NumberUtils format should return 111,20 when: [ value: 111,199, precision: 2, prettyPrecision: -1 ]" duration="0"/>
872
794
  <testCase name="NumberUtils format should return 111,10 when: [ value: 111,1000, precision: 2, prettyPrecision: -1 ]" duration="0"/>
873
- <testCase name="NumberUtils format should return 111,1009 when: [ value: 111,1009, precision: -2, prettyPrecision: 1 ]" duration="1"/>
874
- <testCase name="NumberUtils format should return 111,1 when: [ value: 111,1000, precision: -2, prettyPrecision: 1 ]" duration="0"/>
795
+ <testCase name="NumberUtils format should return 111,1009 when: [ value: 111,1009, precision: -2, prettyPrecision: 1 ]" duration="0"/>
796
+ <testCase name="NumberUtils format should return 111,1 when: [ value: 111,1000, precision: -2, prettyPrecision: 1 ]" duration="1"/>
875
797
  <testCase name="NumberUtils changeFormat should return 1,200,999 when value is 1.200.999" duration="0"/>
876
- <testCase name="NumberUtils changeFormat should return 1,000.99 when value is 1.000,99" duration="1"/>
798
+ <testCase name="NumberUtils changeFormat should return 1,000.99 when value is 1.000,99" duration="0"/>
877
799
  <testCase name="NumberUtils changeFormat should return 1200999.99 when value is 1200999,99" duration="0"/>
878
800
  <testCase name="NumberUtils changeFormat should return R$ 1.232.333,345 when value is R$ 1,232,333.345" duration="0"/>
879
801
  <testCase name="NumberUtils changeFormat should return R$ 1,232,333.345 when value is R$ 1.232.333,345" duration="1"/>
880
802
  <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1200999 when: [ value: 1.200.999, formatNumber: pt-BR ]" duration="0"/>
881
- <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1000,99 when: [ value: 1000,99, formatNumber: pt-BR ]" duration="1"/>
803
+ <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1000,99 when: [ value: 1000,99, formatNumber: pt-BR ]" duration="0"/>
882
804
  <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1200999,99 when: [ value: 1200999,99, formatNumber: pt-BR ]" duration="0"/>
883
- <testCase name="NumberUtils keepOnlyDecimalSeparator should return R$ 1232333,345 when: [ value: R$ 1.232.333,345, formatNumber: pt-BR ]" duration="1"/>
805
+ <testCase name="NumberUtils keepOnlyDecimalSeparator should return R$ 1232333,345 when: [ value: R$ 1.232.333,345, formatNumber: pt-BR ]" duration="0"/>
884
806
  <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1200999 when: [ value: 1,200,999, formatNumber: en-US ]" duration="0"/>
885
807
  <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1000.99 when: [ value: 1,000.99, formatNumber: en-US ]" duration="0"/>
886
808
  <testCase name="NumberUtils keepOnlyDecimalSeparator should return 1200999.99 when: [ value: 1200999.99, formatNumber: en-US ]" duration="0"/>
887
- <testCase name="NumberUtils keepOnlyDecimalSeparator should return EUR 1232333.345 when: [ value: EUR 1,232,333.345, formatNumber: en-US ]" duration="1"/>
809
+ <testCase name="NumberUtils keepOnlyDecimalSeparator should return EUR 1232333.345 when: [ value: EUR 1,232,333.345, formatNumber: en-US ]" duration="0"/>
888
810
  <testCase name="NumberUtils round should return 100.12 when: [ value: 100.12, decimal: undefined ]" duration="0"/>
889
- <testCase name="NumberUtils round should return 100.1 when: [ value: 100.12, decimal: 1 ]" duration="1"/>
811
+ <testCase name="NumberUtils round should return 100.1 when: [ value: 100.12, decimal: 1 ]" duration="0"/>
890
812
  <testCase name="NumberUtils round should return 100.12 when: [ value: 100.12, decimal: 2 ]" duration="0"/>
891
813
  <testCase name="NumberUtils round should return 100.12 when: [ value: 100.12, decimal: 3 ]" duration="0"/>
892
814
  <testCase name="NumberUtils round should return 100.2 when: [ value: 100.15, decimal: 1 ]" duration="0"/>
893
815
  <testCase name="NumberUtils round should return 100.15 when: [ value: 100.15, decimal: 2 ]" duration="0"/>
894
- <testCase name="NumberUtils round should return 100.15 when: [ value: 100.15, decimal: 3 ]" duration="1"/>
816
+ <testCase name="NumberUtils round should return 100.15 when: [ value: 100.15, decimal: 3 ]" duration="0"/>
895
817
  <testCase name="NumberUtils round should return 100.2 when: [ value: 100.16, decimal: 1 ]" duration="0"/>
896
818
  <testCase name="NumberUtils round should return 100.16 when: [ value: 100.16, decimal: 2 ]" duration="0"/>
897
819
  <testCase name="NumberUtils round should return 100.16 when: [ value: 100.16, decimal: 3 ]" duration="0"/>
898
- <testCase name="NumberUtils round should return 2118000000000.0002 when: [ value: 2118000000000.0002, decimal: 12 ]" duration="5"/>
820
+ <testCase name="NumberUtils round should return 2118000000000.0002 when: [ value: 2118000000000.0002, decimal: 12 ]" duration="0"/>
899
821
  <testCase name="NumberUtils round should return 123.45 when: [ value: 123.45, decimal: 5 ]" duration="0"/>
900
822
  <testCase name="NumberUtils round should return 123 when: [ value: 123.45, decimal: 0 ]" duration="0"/>
901
- <testCase name="NumberUtils safeFormat should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: 2 ]" duration="8"/>
902
- <testCase name="NumberUtils safeFormat should return 1,0 when: [ value: 1.000, precision: 2, prettyPrecision: 1 ]" duration="1"/>
903
- <testCase name="NumberUtils safeFormat should return 1.200.999,99 when: [ value: 1200999,99, precision: 2, prettyPrecision: 1 ]" duration="0"/>
904
- <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1,232,333.345, precision: 4, prettyPrecision: 2 ]" duration="1"/>
823
+ <testCase name="NumberUtils safeFormat should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: 2 ]" duration="0"/>
824
+ <testCase name="NumberUtils safeFormat should return 1,0 when: [ value: 1.000, precision: 2, prettyPrecision: 1 ]" duration="0"/>
825
+ <testCase name="NumberUtils safeFormat should return 1.200.999,99 when: [ value: 1200999,99, precision: 2, prettyPrecision: 1 ]" duration="1"/>
826
+ <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1,232,333.345, precision: 4, prettyPrecision: 2 ]" duration="0"/>
905
827
  <testCase name="NumberUtils safeFormat should return 1,23 when: [ value: 1,23, precision: 2, prettyPrecision: 1 ]" duration="0"/>
906
- <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1.200.999, precision: 4, prettyPrecision: 2 ]" duration="1"/>
907
- <testCase name="NumberUtils safeFormat should return 1.200 when: [ value: 1200.00001, precision: 4, prettyPrecision: 0 ]" duration="0"/>
908
- <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: String, precision: 4, prettyPrecision: 0 ]" duration="1"/>
828
+ <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1.200.999, precision: 4, prettyPrecision: 2 ]" duration="0"/>
829
+ <testCase name="NumberUtils safeFormat should return 1.200 when: [ value: 1200.00001, precision: 4, prettyPrecision: 0 ]" duration="1"/>
830
+ <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: String, precision: 4, prettyPrecision: 0 ]" duration="0"/>
909
831
  <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: , precision: 4, prettyPrecision: 0 ]" duration="0"/>
910
- <testCase name="NumberUtils safeFormat should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: undefined ]" duration="1"/>
832
+ <testCase name="NumberUtils safeFormat should return 1.200.999,3333 when: [ value: 1.200.999,3333, precision: 4, prettyPrecision: undefined ]" duration="0"/>
911
833
  <testCase name="NumberUtils safeFormat should return 1,00 when: [ value: 1.000, precision: 2, prettyPrecision: undefined ]" duration="1"/>
912
834
  <testCase name="NumberUtils safeFormat should return 1.200.999,99 when: [ value: 1200999,99, precision: 2, prettyPrecision: undefined ]" duration="0"/>
913
- <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1,232,333.345, precision: 4, prettyPrecision: undefined ]" duration="1"/>
835
+ <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1,232,333.345, precision: 4, prettyPrecision: undefined ]" duration="0"/>
914
836
  <testCase name="NumberUtils safeFormat should return 1,23 when: [ value: 1,23, precision: 2, prettyPrecision: undefined ]" duration="0"/>
915
837
  <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: 1.200.999, precision: 4, prettyPrecision: undefined ]" duration="1"/>
916
838
  <testCase name="NumberUtils safeFormat should return 0,00 when: [ value: NaN, precision: 4, prettyPrecision: undefined ]" duration="0"/>
917
- <testCase name="NumberUtils safeFormat should return 111,2 when: [ value: 111,199, precision: 1, prettyPrecision: -1 ]" duration="1"/>
918
- <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,1000, precision: 1, prettyPrecision: -1 ]" duration="1"/>
919
- <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,100, precision: 1, prettyPrecision: 1.3 ]" duration="0"/>
920
- <testCase name="NumberUtils safeFormat should return 111,1009 when: [ value: 111,1009, precision: -1, prettyPrecision: 1 ]" duration="1"/>
921
- <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,1000, precision: -1, prettyPrecision: 1 ]" duration="9"/>
839
+ <testCase name="NumberUtils safeFormat should return 111,2 when: [ value: 111,199, precision: 1, prettyPrecision: -1 ]" duration="0"/>
840
+ <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,1000, precision: 1, prettyPrecision: -1 ]" duration="0"/>
841
+ <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,100, precision: 1, prettyPrecision: 1.3 ]" duration="1"/>
842
+ <testCase name="NumberUtils safeFormat should return 111,1009 when: [ value: 111,1009, precision: -1, prettyPrecision: 1 ]" duration="0"/>
843
+ <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,1000, precision: -1, prettyPrecision: 1 ]" duration="0"/>
922
844
  <testCase name="NumberUtils safeFormat should return 111,1009 when: [ value: 111,1009, precision: 1.2, prettyPrecision: 1 ]" duration="0"/>
923
845
  <testCase name="NumberUtils safeFormat should return 111,20 when: [ value: 111,199, precision: 2, prettyPrecision: -1 ]" duration="0"/>
924
- <testCase name="NumberUtils safeFormat should return 111,10 when: [ value: 111,1000, precision: 2, prettyPrecision: -1 ]" duration="1"/>
846
+ <testCase name="NumberUtils safeFormat should return 111,10 when: [ value: 111,1000, precision: 2, prettyPrecision: -1 ]" duration="0"/>
925
847
  <testCase name="NumberUtils safeFormat should return 111,1009 when: [ value: 111,1009, precision: -2, prettyPrecision: 1 ]" duration="0"/>
926
848
  <testCase name="NumberUtils safeFormat should return 111,1 when: [ value: 111,1000, precision: -2, prettyPrecision: 1 ]" duration="0"/>
927
- <testCase name="NumberUtils getValueOrDefault should return 0 when value is undefined" duration="1"/>
928
- <testCase name="NumberUtils getValueOrDefault should return 10 when value is null" duration="0"/>
849
+ <testCase name="NumberUtils getValueOrDefault should return 0 when value is undefined" duration="0"/>
850
+ <testCase name="NumberUtils getValueOrDefault should return 10 when value is null" duration="1"/>
929
851
  <testCase name="NumberUtils getValueOrDefault should return 5 when value is " duration="0"/>
930
852
  <testCase name="NumberUtils getValueOrDefault should return 7 when value is " duration="0"/>
931
- <testCase name="NumberUtils getValueOrDefault should return 123 when value is 123" duration="1"/>
853
+ <testCase name="NumberUtils getValueOrDefault should return 123 when value is 123" duration="0"/>
932
854
  <testCase name="NumberUtils getValueOrDefault should return -123 when value is -123" duration="0"/>
933
- <testCase name="NumberUtils getValueOrDefault should return 123.45 when value is 123.45" duration="0"/>
855
+ <testCase name="NumberUtils getValueOrDefault should return 123.45 when value is 123.45" duration="1"/>
934
856
  <testCase name="NumberUtils getValueOrDefault should return 8 when value is abc" duration="0"/>
935
- <testCase name="NumberUtils getValueOrDefault should return 15 when value is NaN" duration="1"/>
857
+ <testCase name="NumberUtils getValueOrDefault should return 15 when value is NaN" duration="0"/>
936
858
  <testCase name="NumberUtils getValueOrDefault should return 0 when value is 0" duration="0"/>
937
859
  <testCase name="NumberUtils getValueOrDefault should return 42 when value is 42" duration="0"/>
938
- <testCase name="NumberUtils getValueOrDefault should return -42 when value is -42" duration="0"/>
939
- <testCase name="NumberUtils getValueOrDefault should return 0 when value is 0" duration="1"/>
860
+ <testCase name="NumberUtils getValueOrDefault should return -42 when value is -42" duration="1"/>
861
+ <testCase name="NumberUtils getValueOrDefault should return 0 when value is 0" duration="0"/>
940
862
  <testCase name="NumberUtils getValueOrDefault should return 50 when value is NaN" duration="0"/>
941
863
  <testCase name="NumberUtils getValueOrZero should return 0 when value is undefined" duration="0"/>
942
864
  <testCase name="NumberUtils getValueOrZero should return 0 when value is null" duration="0"/>
943
- <testCase name="NumberUtils getValueOrZero should return 0 when value is " duration="1"/>
865
+ <testCase name="NumberUtils getValueOrZero should return 0 when value is " duration="0"/>
944
866
  <testCase name="NumberUtils getValueOrZero should return 0 when value is " duration="0"/>
945
867
  <testCase name="NumberUtils getValueOrZero should return 123 when value is 123" duration="0"/>
946
868
  <testCase name="NumberUtils getValueOrZero should return -123 when value is -123" duration="0"/>
947
- <testCase name="NumberUtils getValueOrZero should return 123.45 when value is 123.45" duration="5"/>
948
- <testCase name="NumberUtils getValueOrZero should return 0 when value is abc" duration="0"/>
869
+ <testCase name="NumberUtils getValueOrZero should return 123.45 when value is 123.45" duration="0"/>
870
+ <testCase name="NumberUtils getValueOrZero should return 0 when value is abc" duration="1"/>
949
871
  <testCase name="NumberUtils getValueOrZero should return 0 when value is NaN" duration="0"/>
950
872
  <testCase name="NumberUtils getValueOrZero should return 0 when value is 0" duration="0"/>
951
- <testCase name="NumberUtils getValueOrZero should return 42 when value is 42" duration="1"/>
873
+ <testCase name="NumberUtils getValueOrZero should return 42 when value is 42" duration="0"/>
952
874
  <testCase name="NumberUtils getValueOrZero should return -42 when value is -42" duration="0"/>
953
875
  <testCase name="NumberUtils getValueOrZero should return 0 when value is 0" duration="0"/>
954
876
  <testCase name="NumberUtils getValueOrZero should return 0 when value is NaN" duration="0"/>
955
- <testCase name="NumberUtils compare should return 1 when comparing 10 and 5" duration="1"/>
877
+ <testCase name="NumberUtils compare should return 1 when comparing 10 and 5" duration="0"/>
956
878
  <testCase name="NumberUtils compare should return -1 when comparing 5 and 10" duration="0"/>
957
879
  <testCase name="NumberUtils compare should return 0 when comparing 5 and 5" duration="0"/>
958
- <testCase name="NumberUtils compare should return -1 when comparing -10 and -5" duration="0"/>
880
+ <testCase name="NumberUtils compare should return -1 when comparing -10 and -5" duration="1"/>
959
881
  <testCase name="NumberUtils compare should return 1 when comparing -5 and -10" duration="0"/>
960
882
  <testCase name="NumberUtils compare should return 0 when comparing 0 and 0" duration="0"/>
961
- <testCase name="NumberUtils compare should return 1 when comparing 0 and -1" duration="0"/>
883
+ <testCase name="NumberUtils compare should return 1 when comparing 0 and -1" duration="2"/>
962
884
  <testCase name="NumberUtils compare should return -1 when comparing -1 and 0" duration="0"/>
963
885
  </file>
886
+ <file path="/builds/dti/design-system/sankhyacore/test/util/TimeFormatter.spec.ts">
887
+ <testCase name="TimeFormatter prepareValue Case: input string unformated with showSeconds" duration="0"/>
888
+ <testCase name="TimeFormatter prepareValue Case: input string unformated without showSeconds" duration="0"/>
889
+ <testCase name="TimeFormatter prepareValue should format valid time without seconds" duration="0"/>
890
+ <testCase name="TimeFormatter prepareValue should format valid time with seconds" duration="1"/>
891
+ <testCase name="TimeFormatter prepareValue should pad input with leading zeros for proper format" duration="0"/>
892
+ <testCase name="TimeFormatter prepareValue should return an empty string for invalid input" duration="1"/>
893
+ <testCase name="TimeFormatter prepareValue should throw error when recieveng string" duration="6"/>
894
+ <testCase name="TimeFormatter prepareValue should handle edge cases correctly" duration="0"/>
895
+ <testCase name="TimeFormatter prepareValue should format partially filled times correctly" duration="1"/>
896
+ <testCase name="TimeFormatter validateTime should be false when [ value: 2525, showSeconds: false" duration="0"/>
897
+ <testCase name="TimeFormatter validateTime should be false when [ value: 2525, showSeconds: true" duration="0"/>
898
+ <testCase name="TimeFormatter validateTime should be true when [ value: 232920, showSeconds: true" duration="0"/>
899
+ <testCase name="TimeFormatter validateTime should be true when [ value: 232920, showSeconds: false" duration="0"/>
900
+ <testCase name="TimeFormatter validateTime should be true when [ value: 1012, showSeconds: false" duration="0"/>
901
+ <testCase name="TimeFormatter validateTime should be true when [ value: 0012, showSeconds: false" duration="0"/>
902
+ <testCase name="TimeFormatter validateTime should be true when [ value: 2359, showSeconds: false" duration="0"/>
903
+ <testCase name="TimeFormatter validateTime should be true when [ value: 101200, showSeconds: true" duration="0"/>
904
+ <testCase name="TimeFormatter validateTime should be true when [ value: 000000, showSeconds: true" duration="0"/>
905
+ <testCase name="TimeFormatter validateTime should be true when [ value: 235959, showSeconds: true" duration="1"/>
906
+ <testCase name="TimeFormatter validateTime should be false when [ value: 2460, showSeconds: false" duration="0"/>
907
+ <testCase name="TimeFormatter validateTime should be false when [ value: 2500, showSeconds: false" duration="0"/>
908
+ <testCase name="TimeFormatter validateTime should be false when [ value: 9900, showSeconds: false" duration="0"/>
909
+ <testCase name="TimeFormatter validateTime should be false when [ value: 1260, showSeconds: false" duration="0"/>
910
+ <testCase name="TimeFormatter validateTime should be false when [ value: 1275, showSeconds: false" duration="1"/>
911
+ <testCase name="TimeFormatter validateTime should be false when [ value: 101260, showSeconds: true" duration="0"/>
912
+ <testCase name="TimeFormatter validateTime should be false when [ value: 101275, showSeconds: true" duration="0"/>
913
+ <testCase name="TimeFormatter validateTime should be false when [ value: , showSeconds: false" duration="0"/>
914
+ <testCase name="TimeFormatter validateTime should be false when [ value: null, showSeconds: false" duration="0"/>
915
+ <testCase name="TimeFormatter validateTime should be false when [ value: undefined, showSeconds: false" duration="0"/>
916
+ <testCase name="TimeFormatter validateTime should be false when [ value: abcd, showSeconds: false" duration="0"/>
917
+ <testCase name="TimeFormatter validateTime should be false when [ value: 14e4, showSeconds: false" duration="0"/>
918
+ <testCase name="TimeFormatter validateTime should be true when [ value: 10:12, showSeconds: false" duration="0"/>
919
+ <testCase name="TimeFormatter validateTime should be true when [ value: 0000, showSeconds: false" duration="1"/>
920
+ <testCase name="TimeFormatter validateTime should be true when [ value: 2359, showSeconds: false" duration="0"/>
921
+ <testCase name="TimeFormatter validateTime should be true when [ value: 000000, showSeconds: true" duration="0"/>
922
+ <testCase name="TimeFormatter validateTime should be true when [ value: 235959, showSeconds: true" duration="0"/>
923
+ <testCase name="TimeFormatter validateTime should be false when [ value: 1, showSeconds: false" duration="0"/>
924
+ <testCase name="TimeFormatter validateTime should be false when [ value: 12, showSeconds: false" duration="1"/>
925
+ <testCase name="TimeFormatter validateTime should be true when [ value: 123, showSeconds: false" duration="0"/>
926
+ <testCase name="TimeFormatter validateTime should be true when [ value: 12345, showSeconds: true" duration="0"/>
927
+ </file>
928
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/Actions.spec.ts">
929
+ <testCase name="Actions savingCanceled should emit event savingCanceled" duration="3"/>
930
+ <testCase name="Actions clearInvalid should emit event savingCanceled" duration="3"/>
931
+ <testCase name="Actions redo should return true when field value changes can redo" duration="1"/>
932
+ </file>
933
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/AccessParentsDataUnit.spec.ts">
934
+ <testCase name="Access parent dataUnits getChildInfo should return metadata children data" duration="4"/>
935
+ <testCase name="Access parent dataUnits getChildInfo should return undefined when dont has metadata" duration="1"/>
936
+ <testCase name="Access parent dataUnits getChildInfo should return undefined when dont has metadata children data" duration="1"/>
937
+ <testCase name="Access parent dataUnits getParentDataUnit should return parent dataUnit" duration="1"/>
938
+ <testCase name="Access parent dataUnits isParentDirty should return true when parent is dirty" duration="1"/>
939
+ <testCase name="Access parent dataUnits isParentDirty should return false when parent is not dirty" duration="1"/>
940
+ <testCase name="Access parent dataUnits isParentDirty should return false when dont has parent" duration="0"/>
941
+ </file>
942
+ <file path="/builds/dti/design-system/sankhyacore/test/util/DataUnitStorage.spec.ts">
943
+ <testCase name="DataUnitStorage put should store a DataUnit instance in the DataUnitStorage" duration="1"/>
944
+ <testCase name="DataUnitStorage get should return the stored DataUnit instance from the DataUnitStorage" duration="1"/>
945
+ <testCase name="DataUnitStorage get should return undefined if the DataUnit instance is not found in the DataUnitStorage" duration="0"/>
946
+ <testCase name="DataUnitStorage remove should remove the specified DataUnit instance from the DataUnitStorage" duration="1"/>
947
+ <testCase name="DataUnitStorage remove should remove the DataUnit instance with the specified name from the DataUnitStorage" duration="0"/>
948
+ <testCase name="DataUnitStorage remove should not remove any DataUnit instance if the specified DataUnit instance or name is not found in the DataUnitStorage" duration="0"/>
949
+ </file>
950
+ <file path="/builds/dti/design-system/sankhyacore/test/http/HttpProvider.spec.ts">
951
+ <testCase name="HttpProvider Metodo GET" duration="0"/>
952
+ </file>
953
+ <file path="/builds/dti/design-system/sankhyacore/test/http/SkwHttpProvider.ts.spec.ts">
954
+ <testCase name="HttpProvider Metodo POST" duration="0"/>
955
+ </file>
956
+ <file path="/builds/dti/design-system/sankhyacore/test/dataunit/Change.spec.ts">
957
+ <testCase name="Change should return operation" duration="1"/>
958
+ <testCase name="Change should return false when operation is not insert" duration="0"/>
959
+ <testCase name="Change should return true when operation is insert" duration="0"/>
960
+ <testCase name="Change should return true when operation is copy" duration="1"/>
961
+ <testCase name="Change should return true when operation is delete" duration="0"/>
962
+ <testCase name="Change should return true when operation is update" duration="0"/>
963
+ </file>
964
964
  <file path="/builds/dti/design-system/sankhyacore/test/util/CriteriaParameter.spec.ts">
965
- <testCase name="StringUtils it should return the correct values of &quot;value&quot; and &quot;type&quot; through the getters methods initial setted by the constructor" duration="2"/>
966
- <testCase name="StringUtils it should return the correct values of &quot;value&quot; and &quot;type&quot; through the getters methods initial setted by the setters methods" duration="4"/>
965
+ <testCase name="StringUtils it should return the correct values of &quot;value&quot; and &quot;type&quot; through the getters methods initial setted by the constructor" duration="6"/>
966
+ <testCase name="StringUtils it should return the correct values of &quot;value&quot; and &quot;type&quot; through the getters methods initial setted by the setters methods" duration="1"/>
967
967
  <testCase name="StringUtils it should return the correct JSON/Object value through the buildParam method" duration="1"/>
968
968
  </file>
969
969
  <file path="/builds/dti/design-system/sankhyacore/src/dataunit/state/slice/test/RecordsSlice.spec.ts">
970
970
  <testCase name="RecordsSlice should return newlines at the end" duration="1"/>
971
971
  </file>
972
972
  <file path="/builds/dti/design-system/sankhyacore/test/util/ElementUtils.spec.ts">
973
- <testCase name="calcMarginSize should calculate correctly the size of horizontal margin" duration="81"/>
973
+ <testCase name="calcMarginSize should calculate correctly the size of horizontal margin" duration="19"/>
974
974
  <testCase name="calcMarginSize should calculate correctly the size of vertical margin" duration="2"/>
975
- <testCase name="calcMarginSize should threat values defined as zero" duration="4"/>
975
+ <testCase name="calcMarginSize should threat values defined as zero" duration="2"/>
976
976
  </file>
977
977
  </unitTest>