| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| default constructor has expected defaults |
default constructor has expected defaults |
1 |
0 |
0 |
0s |
100% |
| default constructor has quantity 1 |
default constructor has quantity 1 |
1 |
0 |
0 |
0s |
100% |
| fromMap defaults quantity to 1 when missing |
fromMap defaults quantity to 1 when missing |
1 |
0 |
0 |
0s |
100% |
| fromMap defaults quantity to 1 when null |
fromMap defaults quantity to 1 when null |
1 |
0 |
0 |
0s |
100% |
| fromMap defaults quantity to 1 when wrong type |
fromMap defaults quantity to 1 when wrong type |
1 |
0 |
0 |
0s |
100% |
| fromMap handles empty map with defaults |
fromMap handles empty map with defaults |
1 |
0 |
0 |
0.001s |
100% |
| fromMap handles null values with defaults |
fromMap handles null values with defaults |
1 |
0 |
0 |
0s |
100% |
| fromMap ignores extra fields |
fromMap ignores extra fields |
1 |
0 |
0 |
0s |
100% |
| fromMap parses coinValue from Long |
fromMap parses coinValue from Long |
1 |
0 |
0 |
0.001s |
100% |
| fromMap parses complete map including quantity |
fromMap parses complete map including quantity |
1 |
0 |
0 |
0s |
100% |
| fromMap parses complete valid map |
fromMap parses complete valid map |
1 |
0 |
0 |
0.001s |
100% |
| fromMap parses quantity from Long |
fromMap parses quantity from Long |
1 |
0 |
0 |
0s |
100% |
| fromMap parses timestamp from Firestore Timestamp |
fromMap parses timestamp from Firestore Timestamp |
1 |
0 |
0 |
0s |
100% |
| fromMap with missing fields returns defaults for absent keys |
fromMap with missing fields returns defaults for absent keys |
1 |
0 |
0 |
0s |
100% |
| fromMap with unrecognized timestamp type falls back to current time |
fromMap with unrecognized timestamp type falls back to current time |
1 |
0 |
0 |
0.001s |
100% |
| fromMap with wrong types returns defaults for string and numeric fields |
fromMap with wrong types returns defaults for string and numeric fields |
1 |
0 |
0 |
0.001s |
100% |