BDE 4.14.0 Production release
|
#include <s_baltst_featuretestmessageutil.h>
Public Types | |
enum | { k_NUM_MESSAGES = 70 } |
Static Public Attributes | |
static const char * | s_COMPACT_JSON_MESSAGES [k_NUM_MESSAGES] |
static const char * | s_PRETTY_JSON_MESSAGES [k_NUM_MESSAGES] |
static const char * | s_XML_MESSAGES [k_NUM_MESSAGES] |
This utility struct
provides a namespace for a set of encoded representations of s_baltst::FeatureTestMessage
objects in 3 different formats: pretty JSON, compact JSON, and XML. The s_COMPACT_JSON_MESSAGES
, s_PRETTY_JSON_MESSAGES
, and s_XML_MESSAGES
static data members provide these sets as arrays of string literals. For all integer indices 0 <= i < k_NUM_MESSAGES
, the string literal at index i
in each array is an encoded representation of the same value.
|
static |
an array of s_baltst::FeatureTestMessage
values encoded in human-readable ("pretty") JSON
|
static |
an array of s_baltst::FeatureTestMessage
values encoded in JSON having no unnecessary whitespace
|
static |
an array of s_baltst::FeatureTestMessage
values encoded in human-readable ("pretty") XML