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