Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
mock_backend_expectations.h File Reference
#include "database/core/database_backend.h"
#include <kcenon/common/patterns/result.h>
#include <string>
#include <functional>
#include <regex>
#include <optional>
#include <stdexcept>
Include dependency graph for mock_backend_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::backend_expectation
 Single query expectation with configurable behavior for database_backend. More...
 
class  database::testing::backend_expectation_builder
 Fluent builder for backend expectations. More...
 
class  database::testing::backend_exception
 Exception thrown by mock when simulating errors. More...
 

Namespaces

namespace  database
 
namespace  database::testing
 

Enumerations

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