BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdljsn::JsonTestSuiteUtil Struct Reference

#include <bdljsn_jsontestsuiteutil.h>

Classes

struct  Datum
 

Public Types

enum  Expected { e_EITHER = -1 , e_REJECT = 0 , e_ACCEPT = 1 }
 

Static Public Member Functions

static const Datumdata (bsl::size_t index)
 
static bsl::size_t numData ()
 Return the number of test points in the JSON Test Suite.
 

Detailed Description

This utility struct provides a namespace for the test points of the JSON Test Suite.

Member Enumeration Documentation

◆ Expected

Enumerator
e_EITHER 
e_REJECT 
e_ACCEPT 

Member Function Documentation

◆ data()

static const Datum * bdljsn::JsonTestSuiteUtil::data ( bsl::size_t  index)
static

Return the test-point Datum for the specified index. The behavior is undefined unless 0 <= index < numData().

◆ numData()

static bsl::size_t bdljsn::JsonTestSuiteUtil::numData ( )
static

The documentation for this struct was generated from the following file: