|
const std::string | _name |
|
libjson_CodeCoverage * | coverage |
|
void testJSONValidator__isValidNumber::testNegative |
( |
void |
| ) |
|
Tests regular negative numbers in various forms
void testJSONValidator__isValidNumber::testNegative_ScientificNotation |
( |
void |
| ) |
|
Tests negative numbers with regular scientifc notation
void testJSONValidator__isValidNumber::testNegative_SignedScientificNotation |
( |
void |
| ) |
|
Tests negative numbers with scientific notiation that has a sign in it
void testJSONValidator__isValidNumber::testNotNumbers |
( |
void |
| ) |
|
This tests values that aren't numbers at all, to make sure they are flagged as not valid
void testJSONValidator__isValidNumber::testNotStrict |
( |
void |
| ) |
|
Tests that the extra common notations that libjson supports all test out as valid
void testJSONValidator__isValidNumber::testPositive |
( |
void |
| ) |
|
Tests regular positive numbers in various forms
void testJSONValidator__isValidNumber::testPositive_ScientificNotation |
( |
void |
| ) |
|
Tests positive numbers with regular scientific notation
void testJSONValidator__isValidNumber::testPositive_SignedScientificNotation |
( |
void |
| ) |
|
Tests positive numbers with scientific notiation that has a sign in it
void testJSONValidator__isValidNumber::testStrict |
( |
void |
| ) |
|
Tests that in strict mode, libjson isn't relaxed about what is and isn't a valid number. libjson by default accepts a few extra common notations.
void testJSONValidator__isValidNumber::testSuddenEnd |
( |
void |
| ) |
|
This test checks that for all above mentioned valids, if the string cuts off suddenly, it recovers
The documentation for this class was generated from the following files:
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/libjson/_internal/TestSuite2/JSONValidator/isValidNumber.h
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/libjson/_internal/TestSuite2/JSONValidator/isValidNumber.cpp