OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MongoDBAssertions.h
Go to the documentation of this file.
1#pragma once
2#include "bsoncxx/builder/basic/document.hpp"
3#include <bsoncxx/builder/basic/kvp.hpp>
4#include <mongocxx/client.hpp>
5
6using Document = bsoncxx::builder::basic::document;
7namespace DataStorageAPI
8{
10 {
11 public:
12 static void testMongoDBAssertions();
13 static void testMongoDBAssertions(mongocxx::client& client);
14 };
15};
16
bsoncxx::builder::basic::document Document
Definition DocumentManager.h:14
Definition MongoDBAssertions.h:10
static void testMongoDBAssertions()
Definition MongoDBAssertions.cpp:7
Definition ArrayBinaryConverter.h:3