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

Synopsis

Declared in <bdljsn_jsontestsuiteutil.h>

struct JsonTestSuiteUtil;

Types

Name

Description

Datum

This aggregate type describes a test‐point of the JSON Test Suite.

Enums

Name

Description

Expected

Expected parser outcome for a JSON Test Suite case.

Static Member Functions

Name

Description

data

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

numData

Return the number of test points in the JSON Test Suite.

Created with MrDocs