Lines Matching defs:CheckOptions
332 auto &CheckOptions = Options.CheckOptions;
333 CheckOptions["test.IntExpected"] = "1";
334 CheckOptions["test.IntInvalid1"] = "1WithMore";
335 CheckOptions["test.IntInvalid2"] = "NoInt";
336 CheckOptions["GlobalIntExpected"] = "1";
337 CheckOptions["GlobalIntInvalid"] = "NoInt";
338 CheckOptions["test.DefaultedIntInvalid"] = "NoInt";
339 CheckOptions["test.BoolITrueValue"] = "1";
340 CheckOptions["test.BoolIFalseValue"] = "0";
341 CheckOptions["test.BoolTrueValue"] = "true";
342 CheckOptions["test.BoolFalseValue"] = "false";
343 CheckOptions["test.BoolTrueShort"] = "Y";
344 CheckOptions["test.BoolFalseShort"] = "N";
345 CheckOptions["test.BoolUnparseable"] = "Nothing";
398 auto &CheckOptions = Options.CheckOptions;
400 CheckOptions["test.Valid"] = "Red";
401 CheckOptions["test.Invalid"] = "Scarlet";
402 CheckOptions["test.ValidWrongCase"] = "rED";
403 CheckOptions["test.NearMiss"] = "Oragne";
404 CheckOptions["GlobalValid"] = "Violet";
405 CheckOptions["GlobalInvalid"] = "Purple";
406 CheckOptions["GlobalValidWrongCase"] = "vIOLET";
407 CheckOptions["GlobalNearMiss"] = "Yelow";