@sankhyalabs/core 5.20.0-dev.42 → 5.20.0-dev.44
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.
- package/package.json +1 -1
- package/reports/test-report.xml +93 -93
package/package.json
CHANGED
package/reports/test-report.xml
CHANGED
|
@@ -1,166 +1,166 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<unitTest version="1">
|
|
3
|
-
<file path="/builds/dti/design-system/sankhyacore/test/
|
|
4
|
-
<testCase name="
|
|
5
|
-
<testCase name="
|
|
6
|
-
<testCase name="
|
|
7
|
-
<testCase name="
|
|
8
|
-
<testCase name="
|
|
9
|
-
<testCase name="
|
|
10
|
-
<testCase name="
|
|
11
|
-
<testCase name="
|
|
12
|
-
<testCase name="
|
|
13
|
-
<testCase name="
|
|
14
|
-
<testCase name="
|
|
15
|
-
<testCase name="
|
|
16
|
-
<testCase name="
|
|
17
|
-
<testCase name="StringUtils it should return a toJSON object with through empty constructor" duration="73"/>
|
|
3
|
+
<file path="/builds/dti/design-system/sankhyacore/src/utils/test/objectUtils.spec.ts">
|
|
4
|
+
<testCase name="ObjectUtils hasEquivalentValues should return true if both objects have the same property value" duration="6"/>
|
|
5
|
+
<testCase name="ObjectUtils hasEquivalentValues should return false if both objects have different property values" duration="0"/>
|
|
6
|
+
<testCase name="ObjectUtils hasEquivalentValues should return true if both objects are equivalent with custom property to compare" duration="1"/>
|
|
7
|
+
<testCase name="ObjectUtils hasEquivalentValues should return false if both objects are not equivalent with custom property to compare" duration="1"/>
|
|
8
|
+
<testCase name="ObjectUtils hasEquivalentValues should return false if one object does not have the property" duration="1"/>
|
|
9
|
+
<testCase name="ObjectUtils hasEquivalentValues should return true if comparing primitive values directly" duration="1"/>
|
|
10
|
+
<testCase name="ObjectUtils hasEquivalentValues should return false if comparing different primitive values" duration="0"/>
|
|
11
|
+
<testCase name="ObjectUtils hasEquivalentValues should return true when comparing object with a null value" duration="1"/>
|
|
12
|
+
<testCase name="ObjectUtils hasEquivalentValues should return false when comparing object with null and non-null value" duration="0"/>
|
|
13
|
+
<testCase name="ObjectUtils hasEquivalentValues should return true when comparing non-object values that are equal" duration="0"/>
|
|
14
|
+
<testCase name="ObjectUtils should get an object value based on its path" duration="0"/>
|
|
15
|
+
<testCase name="ObjectUtils should get an object value based on its path" duration="0"/>
|
|
16
|
+
<testCase name="ObjectUtils should return undefined if the path doesn't exist in the object" duration="1"/>
|
|
18
17
|
</file>
|
|
19
18
|
<file path="/builds/dti/design-system/sankhyacore/test/util/MaskFormatter.spec.ts">
|
|
20
|
-
<testCase name="Mask Formatter mask:CPF complete valid" duration="
|
|
19
|
+
<testCase name="Mask Formatter mask:CPF complete valid" duration="193"/>
|
|
21
20
|
<testCase name="Mask Formatter mask:CPF complete valid literals" duration="1"/>
|
|
22
21
|
<testCase name="Mask Formatter mask:CPF incomplete valid" duration="1"/>
|
|
23
|
-
<testCase name="Mask Formatter mask:CPF incomplete valid placeholder" duration="
|
|
24
|
-
<testCase name="Mask Formatter mask:CPF too long valid" duration="
|
|
25
|
-
<testCase name="Mask Formatter mask:CPF invalid for string" duration="
|
|
26
|
-
<testCase name="Mask Formatter mask:CPF invalid for being too long" duration="
|
|
27
|
-
<testCase name="Mask Formatter mask:Licence plate valid uppercase" duration="
|
|
22
|
+
<testCase name="Mask Formatter mask:CPF incomplete valid placeholder" duration="0"/>
|
|
23
|
+
<testCase name="Mask Formatter mask:CPF too long valid" duration="0"/>
|
|
24
|
+
<testCase name="Mask Formatter mask:CPF invalid for string" duration="308"/>
|
|
25
|
+
<testCase name="Mask Formatter mask:CPF invalid for being too long" duration="0"/>
|
|
26
|
+
<testCase name="Mask Formatter mask:Licence plate valid uppercase" duration="0"/>
|
|
28
27
|
<testCase name="Mask Formatter mask:Licence plate valid lowercase" duration="1"/>
|
|
29
28
|
<testCase name="Mask Formatter mask:Licence plate invalid" duration="2"/>
|
|
30
29
|
<testCase name="Mask Formatter mask:Licence plate invalid for being too short" duration="0"/>
|
|
31
|
-
<testCase name="Mask Formatter mask:Licence plate invalid for being too short with placeholder" duration="
|
|
30
|
+
<testCase name="Mask Formatter mask:Licence plate invalid for being too short with placeholder" duration="1"/>
|
|
32
31
|
<testCase name="Mask Formatter mask:Licence plate invalid" duration="2"/>
|
|
33
32
|
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
|
|
34
33
|
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="1"/>
|
|
35
34
|
<testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
|
|
36
|
-
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="
|
|
37
|
-
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="
|
|
35
|
+
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
|
|
36
|
+
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="0"/>
|
|
38
37
|
<testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
|
|
39
|
-
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="
|
|
38
|
+
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask" duration="0"/>
|
|
40
39
|
<testCase name="Mask Formatter mask:Licence plate with AlphaNumerical Mask with placeholder" duration="1"/>
|
|
41
40
|
<testCase name="Mask Formatter mask:Licence plate invalid" duration="1"/>
|
|
42
41
|
</file>
|
|
43
|
-
<file path="/builds/dti/design-system/sankhyacore/
|
|
44
|
-
<testCase name="
|
|
45
|
-
<testCase name="
|
|
46
|
-
<testCase name="
|
|
47
|
-
<testCase name="
|
|
48
|
-
<testCase name="
|
|
49
|
-
<testCase name="
|
|
50
|
-
<testCase name="
|
|
51
|
-
<testCase name="
|
|
52
|
-
<testCase name="
|
|
53
|
-
<testCase name="
|
|
54
|
-
<testCase name="
|
|
55
|
-
<testCase name="
|
|
56
|
-
<testCase name="
|
|
42
|
+
<file path="/builds/dti/design-system/sankhyacore/test/util/CriteriaModel.spec.ts">
|
|
43
|
+
<testCase name="StringUtils it should return the undefined and [] to Criteria Props through new class with empty constructor" duration="88"/>
|
|
44
|
+
<testCase name="StringUtils it should modify "expressions" and "parameters" properties through Setters methods" duration="1"/>
|
|
45
|
+
<testCase name="StringUtils it should return "expression" and "parameters" setted through constructor method" duration="0"/>
|
|
46
|
+
<testCase name="StringUtils it should return a Criteria class with "expression" and "parameters" as needed setted through "append" method" duration="5"/>
|
|
47
|
+
<testCase name="StringUtils it should return a Criteria class with "Criteria class" and "parameters" concatenaded as needed setted through "append" method" duration="1"/>
|
|
48
|
+
<testCase name="StringUtils it should return undefined as "expression" and "[]" as parameters as we use an empty criteria as first entry in the constructor" duration="1"/>
|
|
49
|
+
<testCase name="StringUtils it should return a Criteria class with "Expression" and "parameters" concatenaded as needed setted through "OR" method" duration="1"/>
|
|
50
|
+
<testCase name="StringUtils it should return a Criteria class with "Criteria class" and "parameters" concatenaded as needed setted through "OR" method" duration="1"/>
|
|
51
|
+
<testCase name="StringUtils it should return a Criteria class with "Criteria class" and "parameters" concatenaded as needed setted through "OR" method" duration="1"/>
|
|
52
|
+
<testCase name="StringUtils it should return a Criteria class with "Expression" and "parameters" concatenaded as needed setted through "AND" method" duration="1"/>
|
|
53
|
+
<testCase name="StringUtils it should return a Criteria class with "Criteria class" and "parameters" concatenaded as needed setted through "AND" method" duration="1"/>
|
|
54
|
+
<testCase name="StringUtils it should return a Criteria class with "Criteria class" and "parameters" concatenaded as needed setted through "AND" method" duration="1"/>
|
|
55
|
+
<testCase name="StringUtils it should return a toJSON object with "Criteria class" and "parameters" concatenaded as needed setted through "AND" method" duration="1"/>
|
|
56
|
+
<testCase name="StringUtils it should return a toJSON object with through empty constructor" duration="1"/>
|
|
57
57
|
</file>
|
|
58
58
|
<file path="/builds/dti/design-system/sankhyacore/test/http/HttpProvider.spec.ts">
|
|
59
|
-
<testCase name="HttpProvider Metodo GET" duration="
|
|
59
|
+
<testCase name="HttpProvider Metodo GET" duration="10"/>
|
|
60
|
+
</file>
|
|
61
|
+
<file path="/builds/dti/design-system/sankhyacore/test/util/OverflowWatcher.spec.ts">
|
|
62
|
+
<testCase name="OverflowWatcher should initialize with provided parameters" duration="80"/>
|
|
63
|
+
<testCase name="OverflowWatcher should disconect ResizeObserver when destroy is called" duration="2"/>
|
|
64
|
+
<testCase name="OverflowWatcher Should call callback on forceUpdate" duration="506"/>
|
|
65
|
+
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan" duration="205"/>
|
|
66
|
+
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan when notOverFlow is empty" duration="83"/>
|
|
67
|
+
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan considering overflowed elements" duration="6"/>
|
|
68
|
+
<testCase name="OverflowWatcher Should call callback on forceUpdate with empty list" duration="6"/>
|
|
69
|
+
<testCase name="OverflowWatcher should ignore elements that can not overflow" duration="105"/>
|
|
70
|
+
<testCase name="OverflowWatcher Should not call callback on forceUpdate" duration="0"/>
|
|
71
|
+
</file>
|
|
72
|
+
<file path="/builds/dti/design-system/sankhyacore/test/http/SkwHttpProvider.ts.spec.ts">
|
|
73
|
+
<testCase name="HttpProvider Metodo POST" duration="1"/>
|
|
60
74
|
</file>
|
|
61
75
|
<file path="/builds/dti/design-system/sankhyacore/test/util/NumberUtils.spec.ts">
|
|
62
|
-
<testCase name="StringUtils stringToNumber" duration="
|
|
63
|
-
<testCase name="StringUtils format" duration="
|
|
76
|
+
<testCase name="StringUtils stringToNumber" duration="185"/>
|
|
77
|
+
<testCase name="StringUtils format" duration="115"/>
|
|
64
78
|
<testCase name="StringUtils format without formatnumber parameter" duration="1"/>
|
|
65
79
|
<testCase name="StringUtils format without formatnumber parameter" duration="1"/>
|
|
66
|
-
<testCase name="StringUtils format round number" duration="
|
|
80
|
+
<testCase name="StringUtils format round number" duration="98"/>
|
|
67
81
|
</file>
|
|
68
82
|
<file path="/builds/dti/design-system/sankhyacore/test/util/StringUtils.spec.ts">
|
|
69
|
-
<testCase name="StringUtils valor vazio" duration="
|
|
83
|
+
<testCase name="StringUtils valor vazio" duration="74"/>
|
|
70
84
|
<testCase name="StringUtils valor em branco" duration="1"/>
|
|
71
85
|
<testCase name="StringUtils valor null" duration="0"/>
|
|
72
86
|
<testCase name="StringUtils valor undefined" duration="0"/>
|
|
73
87
|
<testCase name="StringUtils valor 0" duration="1"/>
|
|
74
|
-
<testCase name="StringUtils com valor" duration="
|
|
75
|
-
<testCase name="StringUtils substitui vogais com acento por vogais sem acento" duration="
|
|
76
|
-
<testCase name="StringUtils should return the original value when called with an object without a toString method" duration="
|
|
77
|
-
<testCase name="StringUtils should return the original value when called with undefined" duration="
|
|
78
|
-
</file>
|
|
79
|
-
<file path="/builds/dti/design-system/sankhyacore/test/http/SkwHttpProvider.ts.spec.ts">
|
|
80
|
-
<testCase name="HttpProvider Metodo POST" duration="0"/>
|
|
88
|
+
<testCase name="StringUtils com valor" duration="1"/>
|
|
89
|
+
<testCase name="StringUtils substitui vogais com acento por vogais sem acento" duration="2"/>
|
|
90
|
+
<testCase name="StringUtils should return the original value when called with an object without a toString method" duration="2"/>
|
|
91
|
+
<testCase name="StringUtils should return the original value when called with undefined" duration="0"/>
|
|
81
92
|
</file>
|
|
82
93
|
<file path="/builds/dti/design-system/sankhyacore/test/util/CriteriaParameter.spec.ts">
|
|
83
|
-
<testCase name="StringUtils it should return the correct values of "value" and "type" through the getters methods initial setted by the constructor" duration="
|
|
94
|
+
<testCase name="StringUtils it should return the correct values of "value" and "type" through the getters methods initial setted by the constructor" duration="1"/>
|
|
84
95
|
<testCase name="StringUtils it should return the correct values of "value" and "type" through the getters methods initial setted by the setters methods" duration="1"/>
|
|
85
96
|
<testCase name="StringUtils it should return the correct JSON/Object value through the buildParam method" duration="0"/>
|
|
86
97
|
</file>
|
|
87
98
|
<file path="/builds/dti/design-system/sankhyacore/test/util/TimeFormatter.spec.ts">
|
|
88
99
|
<testCase name="TimeFormatter Case: input string unformated with showSeconds" duration="2"/>
|
|
89
|
-
<testCase name="TimeFormatter Case: input string unformated without showSeconds" duration="
|
|
100
|
+
<testCase name="TimeFormatter Case: input string unformated without showSeconds" duration="1"/>
|
|
90
101
|
<testCase name="TimeFormatter Case: validateTime" duration="1"/>
|
|
91
102
|
</file>
|
|
92
|
-
<file path="/builds/dti/design-system/sankhyacore/test/util/OverflowWatcher.spec.ts">
|
|
93
|
-
<testCase name="OverflowWatcher should initialize with provided parameters" duration="7"/>
|
|
94
|
-
<testCase name="OverflowWatcher should disconect ResizeObserver when destroy is called" duration="2"/>
|
|
95
|
-
<testCase name="OverflowWatcher Should call callback on forceUpdate" duration="193"/>
|
|
96
|
-
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan" duration="12"/>
|
|
97
|
-
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan when notOverFlow is empty" duration="76"/>
|
|
98
|
-
<testCase name="OverflowWatcher Should call callback on forceUpdate with childSpan considering overflowed elements" duration="9"/>
|
|
99
|
-
<testCase name="OverflowWatcher Should call callback on forceUpdate with empty list" duration="4"/>
|
|
100
|
-
<testCase name="OverflowWatcher should ignore elements that can not overflow" duration="11"/>
|
|
101
|
-
<testCase name="OverflowWatcher Should not call callback on forceUpdate" duration="1"/>
|
|
102
|
-
</file>
|
|
103
103
|
<file path="/builds/dti/design-system/sankhyacore/test/util/DataUnitStorage.spec.ts">
|
|
104
|
-
<testCase name="DataUnitStorage put should store a DataUnit instance in the DataUnitStorage" duration="
|
|
105
|
-
<testCase name="DataUnitStorage get should return the stored DataUnit instance from the DataUnitStorage" duration="
|
|
104
|
+
<testCase name="DataUnitStorage put should store a DataUnit instance in the DataUnitStorage" duration="2"/>
|
|
105
|
+
<testCase name="DataUnitStorage get should return the stored DataUnit instance from the DataUnitStorage" duration="1"/>
|
|
106
106
|
<testCase name="DataUnitStorage get should return undefined if the DataUnit instance is not found in the DataUnitStorage" duration="0"/>
|
|
107
107
|
<testCase name="DataUnitStorage remove should remove the specified DataUnit instance from the DataUnitStorage" duration="1"/>
|
|
108
|
-
<testCase name="DataUnitStorage remove should remove the DataUnit instance with the specified name from the DataUnitStorage" duration="
|
|
109
|
-
<testCase name="DataUnitStorage remove should not remove any DataUnit instance if the specified DataUnit instance or name is not found in the DataUnitStorage" duration="
|
|
108
|
+
<testCase name="DataUnitStorage remove should remove the DataUnit instance with the specified name from the DataUnitStorage" duration="0"/>
|
|
109
|
+
<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"/>
|
|
110
110
|
</file>
|
|
111
111
|
<file path="/builds/dti/design-system/sankhyacore/test/util/ElementIDUtils.spec.ts">
|
|
112
|
-
<testCase name="addIDInfo 1 - should add data-element-id with valid id "movFinanceira_snkApplication"" duration="
|
|
113
|
-
<testCase name="addIDInfo 2 - should add data-element-id with valid id "brComSankhyaFinCadMovimentacaofinanceira_snkApplication"" duration="
|
|
114
|
-
<testCase name="addIDInfo 3 - should add data-element-id with valid id "movFinanceira_br.com.sankhya.fin.cad.movimentacaoFinanceira"" duration="
|
|
112
|
+
<testCase name="addIDInfo 1 - should add data-element-id with valid id "movFinanceira_snkApplication"" duration="11"/>
|
|
113
|
+
<testCase name="addIDInfo 2 - should add data-element-id with valid id "brComSankhyaFinCadMovimentacaofinanceira_snkApplication"" duration="74"/>
|
|
114
|
+
<testCase name="addIDInfo 3 - should add data-element-id with valid id "movFinanceira_br.com.sankhya.fin.cad.movimentacaoFinanceira"" duration="2"/>
|
|
115
115
|
<testCase name="addIDInfo 4 - should add data-element-id with valid id "meuID2_snkApplication"" duration="1"/>
|
|
116
116
|
<testCase name="addIDInfo 5 - should add data-element-id with valid id "movFinanceira_snkApplication"" duration="1"/>
|
|
117
117
|
<testCase name="addIDInfo 6 - should add data-element-id with valid id "movFinanceira_snkApplication"" duration="1"/>
|
|
118
|
-
<testCase name="addIDInfo 7 - should add data-element-id with valid id "componenteNameTest_snkApplication"" duration="
|
|
118
|
+
<testCase name="addIDInfo 7 - should add data-element-id with valid id "componenteNameTest_snkApplication"" duration="1"/>
|
|
119
119
|
<testCase name="addIDInfo 8 - should add data-element-id with valid id "componentLabel_snkApplication"" duration="1"/>
|
|
120
120
|
<testCase name="addIDInfo 9 - should add data-element-id with valid id "dataunitFinanceiro_br.com.sankhya.fin.cad.movimentacaoFinanceira"" duration="1"/>
|
|
121
121
|
<testCase name="addIDInfo 10 - should add data-element-id with valid id "dataunitFinanceiro_meuIDTeste_br.com.sankhya.fin.cad.movimentacaoFinanceira"" duration="1"/>
|
|
122
|
-
<testCase name="addIDInfo 11 - should add data-element-id with valid id "dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira"" duration="
|
|
122
|
+
<testCase name="addIDInfo 11 - should add data-element-id with valid id "dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira"" duration="2"/>
|
|
123
123
|
<testCase name="addIDInfo 12 - should add data-element-id with valid id "dataunitFinanceiro_movFinanceira_movimentacaoFinanceira"" duration="1"/>
|
|
124
124
|
<testCase name="addIDInfo 13 - should add data-element-id with valid id "dataunitFinanceiro_meuIDTeste_movimentacaoFinanceira"" duration="1"/>
|
|
125
125
|
<testCase name="addIDInfo 14 - should add data-element-id with valid id "dataunitFinanceiro_meuIdTeste_movimentacaoFinanceira"" duration="1"/>
|
|
126
126
|
<testCase name="addIDInfo 15 - should add data-element-id with valid id "dataunitFinanceiro_meuIdTeste_snkApplication"" duration="1"/>
|
|
127
127
|
<testCase name="addIDInfo 16 - should add data-element-id with valid id "dataunitFinanceiro_meuIdTeste_snkApplication"" duration="1"/>
|
|
128
|
-
<testCase name="addIDInfo 17 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="
|
|
129
|
-
<testCase name="addIDInfo 18 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="
|
|
130
|
-
<testCase name="addIDInfo 19 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="
|
|
128
|
+
<testCase name="addIDInfo 17 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="0"/>
|
|
129
|
+
<testCase name="addIDInfo 18 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="1"/>
|
|
130
|
+
<testCase name="addIDInfo 19 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="1"/>
|
|
131
131
|
<testCase name="addIDInfo 20 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="1"/>
|
|
132
132
|
<testCase name="addIDInfo 21 - should add data-element-id with valid id "movFinanceira_movimentacaoFinanceira"" duration="1"/>
|
|
133
133
|
<testCase name="addIDInfo 22 - should add data-element-id with valid id "bancoObrigatorio_movimentacaoFinanceira"" duration="1"/>
|
|
134
134
|
</file>
|
|
135
|
+
<file path="/builds/dti/design-system/sankhyacore/test/util/ElementUtils.spec.ts">
|
|
136
|
+
<testCase name="calcMarginSize should calculate correctly the size of horizontal margin" duration="26"/>
|
|
137
|
+
<testCase name="calcMarginSize should calculate correctly the size of vertical margin" duration="1"/>
|
|
138
|
+
<testCase name="calcMarginSize should threat values defined as zero" duration="3"/>
|
|
139
|
+
</file>
|
|
135
140
|
<file path="/builds/dti/design-system/sankhyacore/test/dataunit/formatting/PrettyFormatter.spec.ts">
|
|
136
|
-
<testCase name="getFormattedValue should return empty string when value is null" duration="
|
|
137
|
-
<testCase name="getFormattedValue should return empty string when value is not an array" duration="
|
|
138
|
-
<testCase name="getFormattedValue should return empty string when value is an empty array" duration="
|
|
139
|
-
<testCase name="getFormattedValue should return file name when value is an array with one file object" duration="
|
|
140
|
-
<testCase name="getFormattedValue should return file count when value is an array with multiple file objects" duration="
|
|
141
|
+
<testCase name="getFormattedValue should return empty string when value is null" duration="4"/>
|
|
142
|
+
<testCase name="getFormattedValue should return empty string when value is not an array" duration="1"/>
|
|
143
|
+
<testCase name="getFormattedValue should return empty string when value is an empty array" duration="0"/>
|
|
144
|
+
<testCase name="getFormattedValue should return file name when value is an array with one file object" duration="1"/>
|
|
145
|
+
<testCase name="getFormattedValue should return file count when value is an array with multiple file objects" duration="0"/>
|
|
141
146
|
<testCase name="getFormattedValue should return empty string for undefined file" duration="0"/>
|
|
142
147
|
<testCase name="getFormattedValue should handle OBJECT type with value field" duration="0"/>
|
|
143
|
-
<testCase name="getFormattedValue should return empty string when value is undefined" duration="
|
|
144
|
-
<testCase name="getFormattedValue should return value as string when value is not an object" duration="
|
|
145
|
-
<testCase name="getFormattedValue should return value.toString() when value is an object without value property" duration="
|
|
146
|
-
<testCase name="getFormattedValue should handle BOOLEAN type" duration="
|
|
147
|
-
<testCase name="getFormattedValue should format numbers correctly" duration="
|
|
148
|
+
<testCase name="getFormattedValue should return empty string when value is undefined" duration="0"/>
|
|
149
|
+
<testCase name="getFormattedValue should return value as string when value is not an object" duration="1"/>
|
|
150
|
+
<testCase name="getFormattedValue should return value.toString() when value is an object without value property" duration="0"/>
|
|
151
|
+
<testCase name="getFormattedValue should handle BOOLEAN type" duration="1"/>
|
|
152
|
+
<testCase name="getFormattedValue should format numbers correctly" duration="10"/>
|
|
148
153
|
<testCase name="getFormattedValue should format dates correctly" duration="4"/>
|
|
149
154
|
<testCase name="getFormattedValue should format times correctly" duration="0"/>
|
|
150
155
|
<testCase name="getFormattedValue should format datetime correctly" duration="1"/>
|
|
151
156
|
<testCase name="getFormattedValue should call toString with correct parameters" duration="0"/>
|
|
152
|
-
<testCase name="getFormattedValue should handle undefined descriptor gracefully" duration="
|
|
157
|
+
<testCase name="getFormattedValue should handle undefined descriptor gracefully" duration="1"/>
|
|
153
158
|
<testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and matching option" duration="0"/>
|
|
154
159
|
<testCase name="getFormattedValue should return value with OPTIONSELECTOR and no matching option" duration="1"/>
|
|
155
160
|
<testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and value as object" duration="0"/>
|
|
156
161
|
<testCase name="getFormattedValue should return empty string with OPTIONSELECTOR and value as null" duration="0"/>
|
|
157
162
|
<testCase name="getFormattedValue should format value correctly with OPTIONSELECTOR and options as JSON string" duration="0"/>
|
|
158
|
-
<testCase name="getFormattedValue should return value with OPTIONSELECTOR and options as empty array" duration="
|
|
163
|
+
<testCase name="getFormattedValue should return value with OPTIONSELECTOR and options as empty array" duration="1"/>
|
|
159
164
|
<testCase name="getFormattedValue should format masked values correctly" duration="1"/>
|
|
160
165
|
</file>
|
|
161
|
-
<file path="/builds/dti/design-system/sankhyacore/test/util/ElementUtils.spec.ts">
|
|
162
|
-
<testCase name="calcMarginSize should calculate correctly the size of horizontal margin" duration="63"/>
|
|
163
|
-
<testCase name="calcMarginSize should calculate correctly the size of vertical margin" duration="3"/>
|
|
164
|
-
<testCase name="calcMarginSize should threat values defined as zero" duration="5"/>
|
|
165
|
-
</file>
|
|
166
166
|
</unitTest>
|