Sha256: d40711ed59745a32d88c9df5b80336df7bddce5e2f35a77be246d476698f3d0b

Contents?: true

Size: 864 Bytes

Versions: 3

Compression:

Stored size: 864 Bytes

Contents

/*
 * Copyright 2019-present MongoDB, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#ifndef TEST_MONGOCRYPT_ASSERT_MATCH_BSON_H
#define TEST_MONGOCRYPT_ASSERT_MATCH_BSON_H

#include <bson/bson.h>

/* Copied from libmongoc. */
void
_assert_match_bson (const bson_t *doc, const bson_t *pattern);

#endif /* TEST_MONGOCRYPT_ASSERT_MATCH_BSON_H */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.7.4.0.1002 ext/libmongocrypt/libmongocrypt/test/test-mongocrypt-assert-match-bson.h
libmongocrypt-helper-1.7.4.0.1001 ext/libmongocrypt/libmongocrypt/test/test-mongocrypt-assert-match-bson.h
libmongocrypt-helper-1.7.4.0.1000 ext/libmongocrypt/libmongocrypt/test/test-mongocrypt-assert-match-bson.h