Home
last modified time | relevance | path

Searched defs:assertSection (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Dgridfs_spec_test.go58 type assertSection struct { struct
59 Result json.RawMessage `json:"result"`
60 Error string `json:"error"`
61 Data []assertDataSection `json:"data"`
517 func compareDownloadAssertResult(t *testing.T, assert assertSection, copied int64) {
539 func compareDownloadAssert(t *testing.T, assert assertSection, stream *DownloadStream, streamErr er…
580 func compareDownloadToStreamAssert(t *testing.T, assert assertSection, n int64, err error) {