bson/testdata/crud/v1/read/count-empty.yml
2025-03-17 20:58:26 +01:00

30 lines
632 B
YAML

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