40 lines
737 B
JSON
40 lines
737 B
JSON
{
|
|
"data": [],
|
|
"tests": [
|
|
{
|
|
"description": "Estimated document count with empty collection",
|
|
"operation": {
|
|
"name": "estimatedDocumentCount",
|
|
"arguments": {}
|
|
},
|
|
"outcome": {
|
|
"result": 0
|
|
}
|
|
},
|
|
{
|
|
"description": "Count documents with empty collection",
|
|
"operation": {
|
|
"name": "countDocuments",
|
|
"arguments": {
|
|
"filter": {}
|
|
}
|
|
},
|
|
"outcome": {
|
|
"result": 0
|
|
}
|
|
},
|
|
{
|
|
"description": "Deprecated count with empty collection",
|
|
"operation": {
|
|
"name": "count",
|
|
"arguments": {
|
|
"filter": {}
|
|
}
|
|
},
|
|
"outcome": {
|
|
"result": 0
|
|
}
|
|
}
|
|
]
|
|
}
|