DRDE/json/OTEC.json

95 lines
2.3 KiB
JSON
Raw Normal View History

2014-01-29 18:10:26 +00:00
{
"_comment" : "mdJSON.cpp will try to bind data and run if it recognizes the leading field name."
"_comment" : "I'm using convention of inserting a hyphen to disable a test case."
"testSuite00": "Outer block of a set of inputs to mdJSON.cpp to be run by ausRegTK::registryXOTE()"
"testSuite00": "Repeat case name casexx as needed, to run needs logic bound in RegistryXOTE.h"
"testSuite-00" : {
"Registry" : "Donuts",
"AccountA" : "secura1-ote",
"AccountB" : "secura2-ote2",
"case00" : "Create a contact"
"case-00" : {
"cont_id": "renjuan",
"cont_pw": "Ab9dW@rd",
"cont_email": "juan@acm.org",
"cont-name": "Ren Ren-Juan",
"cont-city": "Niagara Falls",
"cont_street1: "2926 2nd Street",
"cont-province": NY",
"cont-postal-code": "14305",
"cont-guo": "US",
"cont-org": "American Kybernetik"
}
"case01" : "Conventional / Standard/ Unextended Check"
"case-01" : {
"name" : "bestever.camera"
}
"case02" : "Check with Claims Extension"
"case-02" : {
"name" : "unicycles.bike"
}
"case03" : "Conventional / Standard / Unextended Create"
"case-03" : {
"name" : "greedy.ventures"
}
"case04" : "DPML Create"
"case-04" : {
"name" : "face.dpml.zone"
"smd-data" : "./smd/face-test.smd"
}
"case00" : "Create another contact"
"case-00" : {
"cont_id": "renjuan2",
"cont_pw": "Ab9dW@rd",
"cont_email": "juan@acm.org",
"cont-name": "Ren Ren-Juan",
"cont-city": "Niagara Falls",
"cont_street1: "2926 2nd Street",
"cont-province": NY",
"cont-postal-code": "14305",
"cont-guo": "US",
"cont-org": "American Kybernetik"
}
"case04" : "DPML Create"
"case-04" : {
"name" : "secura.dpml.zone"
"smd-data" : "./smd/secura-test.smd"
}
"case05" : "Create with TCN Override"
"case-05" : {
"name" : "greedy.ventures"
"noticeID" : ""
"notBefore" : ""
"acceptedDate" : ""
}
}
}