$darkmode
optional_test.cpp File Reference
#include <iostream>
#include <string>
#include <gtest/gtest.h>
#include <fable/confable.hpp>
#include <fable/schema.hpp>
#include <fable/utility/gtest.hpp>
#include <fable/schema/boost_optional.hpp>
Include dependency graph for optional_test.cpp:

Classes

struct  MyOptionalStruct
 
struct  MyDurationStruct
 
struct  MyBoostOptionalStruct
 
struct  MyBoostDurationStruct
 

Functions

 TEST (fable_schema_optional, schema)
 
 TEST (fable_schema_optional, validate)
 
 TEST (fable_schema_optional, to_json)
 
 TEST (fable_schema_optional, from_json)
 
 TEST (fable_schema_optional, make_prototype)
 
 TEST (fable_schema_boost_optional, schema)
 
 TEST (fable_schema_boost_optional, validate)
 
 TEST (fable_schema_boost_optional, to_json)
 
 TEST (fable_schema_boost_optional, from_json)
 
 TEST (fable_schema_boost_optional, make_prototype)
 

Detailed Description