nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Macros | Functions
json_ut.cpp File Reference
#include <nx/kit/test.h>
#include <nx/kit/json.h>
#include "../../src/json11/test.cpp"

Macros

#define JSON11_TEST_CUSTOM_CONFIG   1
 
#define JSON11_TEST_CPP_PREFIX_CODE   namespace nx { namespace kit { namespace test {
 
#define JSON11_TEST_CPP_SUFFIX_CODE   } /*<namespace test*/ } /*<namespace kit*/ } /*<namespace nx*/
 
#define JSON11_TEST_STANDALONE_MAIN   0
 
#define JSON11_TEST_CASE(NAME)   TEST(json, NAME)
 
#define JSON11_TEST_ASSERT(CONDITION)   ASSERT_TRUE(CONDITION)
 

Functions

 test::TEST (json, nx_kit_added)
 

Detailed Description

Wrapper for the original Json11 unit tests source, making use of nx_kit test.h framework.