versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
libjson
_internal
TestSuite2
JSONDebug
JSON_ASSERT_SAFE.h
1
#ifndef JSON_TESTSUITE_JSON_DEBUG__JSON_ASSERT_SAFE_H
2
#define JSON_TESTSUITE_JSON_DEBUG__JSON_ASSERT_SAFE_H
3
4
#include "../BaseTest.h"
5
6
class
testJSONDebug_JSON_ASSERT_SAFE
:
public
BaseTest
{
7
public
:
8
testJSONDebug_JSON_ASSERT_SAFE
(
const
std::string & name) :
BaseTest
(name){}
9
virtual
void
setUp(
const
std::string & methodName);
10
virtual
void
tearDown(
void
);
11
void
testPass
(
void
);
12
void
testFail
(
void
);
13
};
14
15
#endif
testJSONDebug_JSON_ASSERT_SAFE::testPass
void testPass(void)
Definition:
JSON_ASSERT_SAFE.cpp:44
BaseTest
Definition:
BaseTest.h:9
testJSONDebug_JSON_ASSERT_SAFE
Definition:
JSON_ASSERT_SAFE.h:6
testJSONDebug_JSON_ASSERT_SAFE::testFail
void testFail(void)
Definition:
JSON_ASSERT_SAFE.cpp:60
Generated on Wed Aug 19 2020 10:33:42 for versadac by
1.8.9.1