Lines Matching refs:CheckOptions
181 auto &CheckOptions = Options.CheckOptions; in TEST() local
182 CheckOptions["test.IntExpected1"] = "1"; in TEST()
183 CheckOptions["test.IntExpected2"] = "1WithMore"; in TEST()
184 CheckOptions["test.IntExpected3"] = "NoInt"; in TEST()
185 CheckOptions["GlobalIntExpected1"] = "1"; in TEST()
186 CheckOptions["GlobalIntExpected2"] = "NoInt"; in TEST()
187 CheckOptions["test.DefaultedIntInvalid"] = "NoInt"; in TEST()
188 CheckOptions["GlobalIntInvalid"] = "NoInt"; in TEST()
189 CheckOptions["test.BoolITrueValue"] = "1"; in TEST()
190 CheckOptions["test.BoolIFalseValue"] = "0"; in TEST()
191 CheckOptions["test.BoolTrueValue"] = "true"; in TEST()
192 CheckOptions["test.BoolFalseValue"] = "false"; in TEST()
193 CheckOptions["test.BoolUnparseable"] = "Nothing"; in TEST()
194 CheckOptions["test.BoolCaseMismatch"] = "True"; in TEST()
238 auto &CheckOptions = Options.CheckOptions; in TEST() local
240 CheckOptions["test.Valid"] = "Red"; in TEST()
241 CheckOptions["test.Invalid"] = "Scarlet"; in TEST()
242 CheckOptions["test.ValidWrongCase"] = "rED"; in TEST()
243 CheckOptions["test.NearMiss"] = "Oragne"; in TEST()
244 CheckOptions["GlobalValid"] = "Violet"; in TEST()
245 CheckOptions["GlobalInvalid"] = "Purple"; in TEST()
246 CheckOptions["GlobalValidWrongCase"] = "vIOLET"; in TEST()
247 CheckOptions["GlobalNearMiss"] = "Yelow"; in TEST()