Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
mock_expectations.h File Reference
#include "database/core/database_backend.h"
#include <cstdint>
#include <string>
#include <functional>
#include <regex>
#include <optional>
#include <stdexcept>
Include dependency graph for mock_expectations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  database::testing::expectation
 Single query expectation with configurable behavior. More...
 
class  database::testing::expectation_builder
 Fluent builder for expectations. More...
 
class  database::testing::database_exception
 Exception thrown by mock when simulating errors. More...
 

Namespaces

namespace  database
 
namespace  database::testing
 

Enumerations

enum class  database::testing::match_type { database::testing::EXACT , database::testing::PATTERN , database::testing::ANY }
 How to match query strings. More...