Lines Matching refs:jsonValue
12 nlohmann::json::object_t jsonValue; in TEST() local
13 jsonValue["BasicAuth"] = true; in TEST()
14 jsonValue["CookieAuth"] = true; in TEST()
15 jsonValue["MTLSCommonNameParseMode"] = 2; in TEST()
16 jsonValue["SessionToken"] = true; in TEST()
17 jsonValue["TLS"] = true; in TEST()
18 jsonValue["TLSStrict"] = false; in TEST()
19 jsonValue["XToken"] = true; in TEST()
21 methods.fromJson(jsonValue); in TEST()
38 nlohmann::json::object_t jsonValue; in TEST() local
39 jsonValue["BasicAuth"] = true; in TEST()
40 jsonValue["CookieAuth"] = true; in TEST()
41 jsonValue["MTLSCommonNameParseMode"] = 4; in TEST()
42 jsonValue["SessionToken"] = true; in TEST()
43 jsonValue["TLS"] = true; in TEST()
44 jsonValue["TLSStrict"] = false; in TEST()
45 jsonValue["XToken"] = true; in TEST()
47 methods.fromJson(jsonValue); in TEST()