@fluid-experimental/property-common 0.48.2 → 0.49.0-39313
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
<testsuite name="Mocha Tests" tests="188" failures="0" errors="0" skipped="1" timestamp="Mon,
|
|
2
|
-
<testcase classname="property-common.Chronometer" name="should exist" time="0.
|
|
3
|
-
<testcase classname="property-common.Chronometer elapsed" name="measures milliseconds" time="0.
|
|
4
|
-
<testcase classname="property-common.Chronometer elapsed" name="measures microseconds" time="0.
|
|
5
|
-
<testcase classname="property-common.Chronometer elapsed" name="@flaky measures seconds" time="0.
|
|
1
|
+
<testsuite name="Mocha Tests" tests="188" failures="0" errors="0" skipped="1" timestamp="Mon, 04 Oct 2021 23:08:16 GMT" time="0.317">
|
|
2
|
+
<testcase classname="property-common.Chronometer" name="should exist" time="0.001"/>
|
|
3
|
+
<testcase classname="property-common.Chronometer elapsed" name="measures milliseconds" time="0.052"/>
|
|
4
|
+
<testcase classname="property-common.Chronometer elapsed" name="measures microseconds" time="0.01"/>
|
|
5
|
+
<testcase classname="property-common.Chronometer elapsed" name="@flaky measures seconds" time="0.01"/>
|
|
6
6
|
<testcase classname="property-common.Chronometer elapsed" name="times promises" time="0.003"/>
|
|
7
|
-
<testcase classname="property-common.Chronometer elapsed" name="@bugfix Cannot read property '0' of undefined" time="0.
|
|
7
|
+
<testcase classname="property-common.Chronometer elapsed" name="@bugfix Cannot read property '0' of undefined" time="0.002"/>
|
|
8
8
|
<testcase classname="collection" name="should add a value under a key" time="0.001"/>
|
|
9
|
-
<testcase classname="collection" name="should bulk add a key-value object to the list of items" time="0.
|
|
9
|
+
<testcase classname="collection" name="should bulk add a key-value object to the list of items" time="0.005"/>
|
|
10
10
|
<testcase classname="collection" name="should remove a value associated with a key" time="0"/>
|
|
11
|
-
<testcase classname="collection" name="should bulk remove a key-value object from the list of items" time="0.
|
|
11
|
+
<testcase classname="collection" name="should bulk remove a key-value object from the list of items" time="0.002"/>
|
|
12
12
|
<testcase classname="collection" name="should check for emptyness" time="0"/>
|
|
13
13
|
<testcase classname="collection" name="should get the first value in the collection" time="0.001"/>
|
|
14
|
-
<testcase classname="collection" name="should get the last value in the collection" time="0.
|
|
15
|
-
<testcase classname="collection" name="should get the type of the collection" time="0.
|
|
16
|
-
<testcase classname="collection" name="should join with another collection" time="0"/>
|
|
17
|
-
<testcase classname="collection" name="should filter out values based on a predicate function" time="0.
|
|
18
|
-
<testcase classname="collection" name="should filter out values based on a key predicate" time="0.
|
|
14
|
+
<testcase classname="collection" name="should get the last value in the collection" time="0.003"/>
|
|
15
|
+
<testcase classname="collection" name="should get the type of the collection" time="0.001"/>
|
|
16
|
+
<testcase classname="collection" name="should join with another collection" time="0.005"/>
|
|
17
|
+
<testcase classname="collection" name="should filter out values based on a predicate function" time="0.002"/>
|
|
18
|
+
<testcase classname="collection" name="should filter out values based on a key predicate" time="0.013"/>
|
|
19
19
|
<testcase classname="collection" name="should filter out values based on a value predicate" time="0"/>
|
|
20
20
|
<testcase classname="collection" name="should return the number of elements in the collection" time="0.001"/>
|
|
21
21
|
<testcase classname="collection" name="should return the list of items in an array" time="0"/>
|
|
22
|
-
<testcase classname="collection" name="should check if an item exists" time="0
|
|
22
|
+
<testcase classname="collection" name="should check if an item exists" time="0"/>
|
|
23
23
|
<testcase classname="collection" name="should get an item from the collection" time="0"/>
|
|
24
|
-
<testcase classname="collection" name="should set the value of a key" time="0"/>
|
|
24
|
+
<testcase classname="collection" name="should set the value of a key" time="0.001"/>
|
|
25
25
|
<testcase classname="collection" name="should iterate over the set of items" time="0.001"/>
|
|
26
26
|
<testcase classname="collection" name="should iterate over the set of items starting from the tail" time="0"/>
|
|
27
|
-
<testcase classname="collection" name="should return all items in an JSON format" time="0"/>
|
|
27
|
+
<testcase classname="collection" name="should return all items in an JSON format" time="0.001"/>
|
|
28
28
|
<testcase classname="collection" name="should return all keys in an array" time="0"/>
|
|
29
29
|
<testcase classname="collection" name="should return the first item in the collection along with the key" time="0"/>
|
|
30
|
-
<testcase classname="collection" name="should clone the collection" time="0.
|
|
30
|
+
<testcase classname="collection" name="should clone the collection" time="0.015"/>
|
|
31
31
|
<testcase classname="collection" name="should copy the collection" time="0"/>
|
|
32
|
-
<testcase classname="collection" name="should respect the type of Collection given" time="0"/>
|
|
33
|
-
<testcase classname="collection" name="should invoke the onAdd callback" time="0"/>
|
|
32
|
+
<testcase classname="collection" name="should respect the type of Collection given" time="0.001"/>
|
|
33
|
+
<testcase classname="collection" name="should invoke the onAdd callback" time="0.001"/>
|
|
34
34
|
<testcase classname="collection" name="should invoke the onRemove callback" time="0.001"/>
|
|
35
|
-
<testcase classname="collection" name="should stop early when iterating" time="0"/>
|
|
36
|
-
<testcase classname="collection" name="should invoke the onClear callback" time="0
|
|
35
|
+
<testcase classname="collection" name="should stop early when iterating" time="0.002"/>
|
|
36
|
+
<testcase classname="collection" name="should invoke the onClear callback" time="0"/>
|
|
37
37
|
<testcase classname="collection clear" name="should empty the collection" time="0.007"/>
|
|
38
|
-
<testcase classname="collection clear" name="should return the collection itself" time="0"/>
|
|
38
|
+
<testcase classname="collection clear" name="should return the collection itself" time="0.001"/>
|
|
39
39
|
<testcase classname="BaseDataArray" name="should set, insert and remove some values in a (TypedArray) DataArray" time="0.001"/>
|
|
40
|
-
<testcase classname="BaseDataArray" name="should set, insert and remove some values in a UniversalArray" time="0"/>
|
|
41
|
-
<testcase classname="BaseDataArray" name="should get all elements from array" time="0
|
|
42
|
-
<testcase classname="BoolDataArray" name="should set, insert and remove some values" time="0"/>
|
|
43
|
-
<testcase classname="BoolDataArray" name="should get all elements from array" time="0
|
|
40
|
+
<testcase classname="BaseDataArray" name="should set, insert and remove some values in a UniversalArray" time="0.001"/>
|
|
41
|
+
<testcase classname="BaseDataArray" name="should get all elements from array" time="0"/>
|
|
42
|
+
<testcase classname="BoolDataArray" name="should set, insert and remove some values" time="0.001"/>
|
|
43
|
+
<testcase classname="BoolDataArray" name="should get all elements from array" time="0"/>
|
|
44
44
|
<testcase classname="SortedCollection" name="should always sort the order of the keys after altering the collection" time="0.001"/>
|
|
45
45
|
<testcase classname="SortedCollection" name="should test against adding values for keys that are of type number or string" time="0"/>
|
|
46
|
-
<testcase classname="SortedCollection" name="should get the nearest next item in the collection" time="0"/>
|
|
47
|
-
<testcase classname="SortedCollection" name="should get the nearest previous item in the collection" time="0"/>
|
|
48
|
-
<testcase classname="SortedCollection" name="should clone the sorted collection" time="0.
|
|
46
|
+
<testcase classname="SortedCollection" name="should get the nearest next item in the collection" time="0.001"/>
|
|
47
|
+
<testcase classname="SortedCollection" name="should get the nearest previous item in the collection" time="0.001"/>
|
|
48
|
+
<testcase classname="SortedCollection" name="should clone the sorted collection" time="0.008"/>
|
|
49
49
|
<testcase classname="property-common.DeterministicRandomGenerator" name="should exist" time="0"/>
|
|
50
|
-
<testcase classname="property-common.FlaggedError Flags" name="can be extended" time="0
|
|
51
|
-
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof Error" time="0"/>
|
|
52
|
-
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPError" time="0
|
|
50
|
+
<testcase classname="property-common.FlaggedError Flags" name="can be extended" time="0"/>
|
|
51
|
+
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof Error" time="0.001"/>
|
|
52
|
+
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPError" time="0"/>
|
|
53
53
|
<testcase classname="property-common.HTTPErrorNoStack object" name="is instanceof HTTPErrorNoStack" time="0"/>
|
|
54
54
|
<testcase classname="property-common.HTTPErrorNoStack object" name="has no stack parameter" time="0"/>
|
|
55
|
-
<testcase classname="property-common.HTTPErrorNoStack flags" name="default at 0" time="0"/>
|
|
55
|
+
<testcase classname="property-common.HTTPErrorNoStack flags" name="default at 0" time="0.001"/>
|
|
56
56
|
<testcase classname="property-common.HTTPErrorNoStack flags" name="can be quiet" time="0"/>
|
|
57
57
|
<testcase classname="property-common.HTTPErrorNoStack flags" name="can be extended" time="0"/>
|
|
58
58
|
<testcase classname="property-common.HTTPError object" name="is instanceof Error" time="0"/>
|
|
59
59
|
<testcase classname="property-common.HTTPError object" name="is instanceof HTTPError" time="0"/>
|
|
60
60
|
<testcase classname="property-common.HTTPError toString" name="basic error message" time="0.001"/>
|
|
61
|
-
<testcase classname="property-common.HTTPError JSON.stringify" name="stringifies" time="0"/>
|
|
61
|
+
<testcase classname="property-common.HTTPError JSON.stringify" name="stringifies" time="0.001"/>
|
|
62
62
|
<testcase classname="property-common.HTTPError flags" name="default at 0" time="0"/>
|
|
63
|
-
<testcase classname="property-common.HTTPError flags" name="can be quiet" time="0"/>
|
|
64
|
-
<testcase classname="property-common.HTTPError flags" name="can be extended" time="0
|
|
65
|
-
<testcase classname="property-common.OperationError object" name="is instanceof Error" time="0"/>
|
|
63
|
+
<testcase classname="property-common.HTTPError flags" name="can be quiet" time="0.001"/>
|
|
64
|
+
<testcase classname="property-common.HTTPError flags" name="can be extended" time="0"/>
|
|
65
|
+
<testcase classname="property-common.OperationError object" name="is instanceof Error" time="0.001"/>
|
|
66
66
|
<testcase classname="property-common.OperationError object" name="is instanceof OperationError" time="0"/>
|
|
67
|
-
<testcase classname="property-common.OperationError object" name="stringifies" time="0"/>
|
|
67
|
+
<testcase classname="property-common.OperationError object" name="stringifies" time="0.001"/>
|
|
68
68
|
<testcase classname="property-common.OperationError toString" name="basic error message" time="0"/>
|
|
69
|
-
<testcase classname="property-common.OperationError toString" name="full OperationError" time="0"/>
|
|
69
|
+
<testcase classname="property-common.OperationError toString" name="full OperationError" time="0.001"/>
|
|
70
70
|
<testcase classname="property-common.OperationError toString" name="partial OperationError" time="0"/>
|
|
71
71
|
<testcase classname="property-common.OperationError toString" name="code only" time="0"/>
|
|
72
72
|
<testcase classname="property-common.OperationError toString" name="extended flags" time="0"/>
|
|
73
73
|
<testcase classname="property-common.OperationError fields" name="name" time="0"/>
|
|
74
|
-
<testcase classname="property-common.OperationError fields" name="stack" time="0"/>
|
|
74
|
+
<testcase classname="property-common.OperationError fields" name="stack" time="0.001"/>
|
|
75
75
|
<testcase classname="property-common.OperationError fields" name="operation" time="0"/>
|
|
76
|
-
<testcase classname="property-common.OperationError fields" name="statusCode" time="0"/>
|
|
77
|
-
<testcase classname="property-common.OperationError fields" name="can set the stack" time="0
|
|
78
|
-
<testcase classname="property-common.OperationError flags" name="default at 0" time="0"/>
|
|
76
|
+
<testcase classname="property-common.OperationError fields" name="statusCode" time="0.001"/>
|
|
77
|
+
<testcase classname="property-common.OperationError fields" name="can set the stack" time="0"/>
|
|
78
|
+
<testcase classname="property-common.OperationError flags" name="default at 0" time="0.001"/>
|
|
79
79
|
<testcase classname="property-common.OperationError flags" name="can be transiant" time="0"/>
|
|
80
80
|
<testcase classname="property-common.OperationError flags" name="can be quiet" time="0"/>
|
|
81
|
-
<testcase classname="property-common.OperationError flags" name="can be transient and quiet" time="0"/>
|
|
82
|
-
<testcase classname="property-common.OperationError flags" name="can be extended" time="0
|
|
81
|
+
<testcase classname="property-common.OperationError flags" name="can be transient and quiet" time="0.001"/>
|
|
82
|
+
<testcase classname="property-common.OperationError flags" name="can be extended" time="0"/>
|
|
83
83
|
<testcase classname="events" name="should register and trigger an event" time="0.001"/>
|
|
84
|
-
<testcase classname="events" name="should unregister from an event" time="0
|
|
85
|
-
<testcase classname="events unregister a registered event" name="should return true" time="0"/>
|
|
84
|
+
<testcase classname="events" name="should unregister from an event" time="0"/>
|
|
85
|
+
<testcase classname="events unregister a registered event" name="should return true" time="0.001"/>
|
|
86
86
|
<testcase classname="events unregister an already unregistered event" name="should return false" time="0"/>
|
|
87
|
-
<testcase classname="events unregister an event that does not exist" name="should return false" time="0"/>
|
|
87
|
+
<testcase classname="events unregister an event that does not exist" name="should return false" time="0.001"/>
|
|
88
88
|
<testcase classname="events unregister without using the key" name="should not remove the event" time="0"/>
|
|
89
|
-
<testcase classname="events register the same function multiple times" name="should make it called multiple times on trigger" time="0"/>
|
|
89
|
+
<testcase classname="events register the same function multiple times" name="should make it called multiple times on trigger" time="0.001"/>
|
|
90
90
|
<testcase classname="events trigger" name="should call all registered listeners" time="0"/>
|
|
91
91
|
<testcase classname="events trigger" name="should call only listeners registered for that event" time="0.001"/>
|
|
92
92
|
<testcase classname="events trigger" name="should pass the proper 'this' to the listeners" time="0"/>
|
|
93
|
-
<testcase classname="events trigger" name="should pass the correct number of parameters to the listeners" time="0"/>
|
|
93
|
+
<testcase classname="events trigger" name="should pass the correct number of parameters to the listeners" time="0.001"/>
|
|
94
94
|
<testcase classname="events trigger" name="should test the new methods" time="0"><skipped/></testcase>
|
|
95
95
|
<testcase classname="events trigger with no listeners" name="should do nothing" time="0"/>
|
|
96
96
|
<testcase classname="Base16 generateGuid" name="should return a GUID" time="0"/>
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
<testcase classname="Base16 initializeGUIDGenerator using seed 0 without enforcing it" name="should play a different sequence" time="0"/>
|
|
100
100
|
<testcase classname="Base16 initializeGUIDGenerator using 'null' seed and enforcing it" name="should results in same sequence as seed 0" time="0"/>
|
|
101
101
|
<testcase classname="Base16 initializeGUIDGenerator using non-zero seed and enforcing it" name="should results in a different sequence" time="0"/>
|
|
102
|
-
<testcase classname="Base16 isGUID" name="should check if a GUID is valid" time="0
|
|
103
|
-
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
102
|
+
<testcase classname="Base16 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
103
|
+
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
104
104
|
<testcase classname="Base16 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
105
105
|
<testcase classname="Base16 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
106
106
|
<testcase classname="Base16 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
107
107
|
<testcase classname="Base16 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
108
108
|
<testcase classname="Base16 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
109
|
-
<testcase classname="Base64 generateGuid" name="should return a GUID" time="0
|
|
109
|
+
<testcase classname="Base64 generateGuid" name="should return a GUID" time="0"/>
|
|
110
110
|
<testcase classname="Base64 initializeGUIDGenerator using seed 0 and enforcing it" name="should result in correct first GUID" time="0"/>
|
|
111
111
|
<testcase classname="Base64 initializeGUIDGenerator using seed 0 and enforcing it" name="should replay the same sequence when called again" time="0"/>
|
|
112
112
|
<testcase classname="Base64 initializeGUIDGenerator using seed 0 without enforcing it" name="should play a different sequence" time="0"/>
|
|
@@ -118,21 +118,21 @@
|
|
|
118
118
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
119
119
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
120
120
|
<testcase classname="Base64 isGUID" name="should check if a GUID is valid" time="0"/>
|
|
121
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0
|
|
122
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0.
|
|
121
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
122
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0.003"/>
|
|
123
123
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
124
124
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
125
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
125
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
126
126
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
127
127
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
128
128
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
129
|
-
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
129
|
+
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.001"/>
|
|
130
130
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
131
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0.
|
|
131
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0.001"/>
|
|
132
132
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
133
133
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
134
134
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
135
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0
|
|
135
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
136
136
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
137
137
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
138
138
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
141
141
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
142
142
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
143
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0
|
|
143
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
144
144
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
145
145
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
146
146
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
@@ -149,42 +149,42 @@
|
|
|
149
149
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
150
150
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
151
151
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
152
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
152
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
153
153
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0.002"/>
|
|
154
154
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
155
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0
|
|
156
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
155
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
156
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
157
157
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
158
158
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
159
159
|
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
160
|
-
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0
|
|
160
|
+
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
161
161
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 is correct" time="0"/>
|
|
162
162
|
<testcase classname="Base64 guidToUint32x4" name="should check that converting a guid to Uint32x4 with parameter array is correct" time="0"/>
|
|
163
|
-
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0"/>
|
|
163
|
+
<testcase classname="Base64 uint32x4ToGuid" name="should check that converting a Uint32x4 to guid is correct" time="0.001"/>
|
|
164
164
|
<testcase classname="Base64 uint32x4ToGUID and guidToUint32x4" name="should check that converting guid to Uint32x4 and back is correct" time="0"/>
|
|
165
165
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
166
166
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
167
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
168
|
-
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
169
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
167
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.001"/>
|
|
170
168
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
171
169
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
172
170
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
173
171
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.001"/>
|
|
174
172
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
175
173
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
174
|
+
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0.001"/>
|
|
175
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
176
176
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
177
177
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
178
178
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
179
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0
|
|
179
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
180
180
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
181
|
-
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.
|
|
181
|
+
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0.001"/>
|
|
182
182
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
183
183
|
<testcase classname="Base64 combineGuids" name="should check that combining two guids will result in an expected guid" time="0"/>
|
|
184
184
|
<testcase classname="Base64 combineGuids" name="should not result in the expected guid if the order of combined guids are reversed" time="0"/>
|
|
185
|
-
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
186
185
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0.001"/>
|
|
187
186
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
188
187
|
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0"/>
|
|
189
|
-
<testcase classname="
|
|
188
|
+
<testcase classname="base64Tobase16 and base16ToBase64" name="should check that converting a base64 to a GUID is correct" time="0.001"/>
|
|
189
|
+
<testcase classname="property-common.Strings.joinPaths" name="should exist" time="0.002"/>
|
|
190
190
|
</testsuite>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0-39313",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"traverse": "0.6.6"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluidframework/mocha-test-setup": "
|
|
26
|
+
"@fluidframework/mocha-test-setup": "0.49.0-39313",
|
|
27
27
|
"chai": "^4.2.0",
|
|
28
28
|
"cross-env": "^7.0.2",
|
|
29
29
|
"mocha": "^8.4.0",
|