|
| NES::Runtime::TEST_F (JsonFormatTest, createJsonIterator) |
| Tests that we can construct a json iterator. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithASingleInteger) |
| Tests that we can convert a tuple buffer with a single integer to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithUnsignedIntegers) |
| Tests that we can convert a tuple buffer with unsigned integers to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithSignedIntegers) |
| Tests that we can convert a tuple buffer with signed integers to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithSignedBoolAndChar) |
| Tests that we can convert a tuple buffer with a lower and uppercase char and a true and a false bool to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithFloatingPoints) |
| Tests that we can convert a tuple buffer with single and a double precision to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithText) |
| Tests that we can convert a tuple buffer containing Text to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithNumberAndText) |
| Tests that we can convert a tuple buffer with a number and text to json. More...
|
|
| NES::Runtime::TEST_F (JsonFormatTest, useJsonIteratorWithMixedDataTypes) |
| Tests that we can convert a tuple buffer with many different basic types, and multiple Text types to json. More...
|
|