UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case011 package

Submodules

UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case011.CallCase module

Extensions for standards tests from RFC6901.

This case covers in particular extensions to the standard contained examples.

For JSON notation of RFC6901:

{ "": { "": { "": ["tripleempty0", "tripleempty1"] } } }

Pointer access:

""       { "": { "": { "": ["tripleempty0", "tripleempty1"] } } }
"/"            { "": { "": ["tripleempty0", "tripleempty1"] } }
"//"                 { "": ["tripleempty0", "tripleempty1"] }
"///"                      ["tripleempty0", "tripleempty1"]
"///0"                      "tripleempty0"
"///1"                                      "tripleempty1"
class UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case011.CallCase.CallUnits(methodName='runTest')[source]

Bases: unittest.case.TestCase

testCase000()[source]

Create an object for data only - no schema.

testCase900()[source]

JSONPointers: “”

testCase901()[source]

JSONPointers: “/”

testCase902()[source]

JSONPointers: “//”

testCase903()[source]

JSONPointers: “///”

testCase904()[source]

JSONPointers: “////0”

testCase905()[source]

JSONPointers: “////1”

Module contents

Operator __add__.