versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
libjson
_internal
TestSuite2
JSONValidator
isValidString.h
1
#ifndef JSON_TESTSUITE_JSON_VALIDATOR__IS_VALID_STRING_H
2
#define JSON_TESTSUITE_JSON_VALIDATOR__IS_VALID_STRING_H
3
4
#include "../BaseTest.h"
5
6
class
testJSONValidator__isValidString
:
public
BaseTest
{
7
public
:
8
testJSONValidator__isValidString
(
const
std::string & name) :
BaseTest
(name){}
9
void
testNormal(
void
);
10
void
testUnicode(
void
);
11
void
testStrict(
void
);
12
void
testNotStrict(
void
);
13
void
testNotString(
void
);
14
void
testSuddenEnd(
void
);
15
};
16
17
#endif
BaseTest
Definition:
BaseTest.h:9
testJSONValidator__isValidString
Definition:
isValidString.h:6
Generated on Wed Aug 19 2020 10:33:42 for versadac by
1.8.9.1