Home
last modified time | relevance | path

Searched refs:ExpectNotValid (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.cc102 ExpectNotValid( in TestComplex()
112 ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), nullptr, "0.url", in TestComplex()
128 ExpectNotValid(TEST_SOURCE, in TestStringPattern()
149 ExpectNotValid( in TestEnum()
152 ExpectNotValid(TEST_SOURCE, std::make_unique<base::Value>().get(), in TestEnum()
171 ExpectNotValid(TEST_SOURCE, in TestChoices()
175 ExpectNotValid(TEST_SOURCE, in TestChoices()
181 ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), nullptr, in TestChoices()
202 ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), nullptr, "extra", in TestObject()
207 ExpectNotValid(TEST_SOURCE, instance.get(), schema.get(), nullptr, "bar", in TestObject()
[all …]
Djson_schema_validator_unittest_base.h33 virtual void ExpectNotValid(const std::string& test_source,
Djson_schema_validator_unittest.cc32 void ExpectNotValid(const std::string& test_source, in ExpectNotValid() function in JSONSchemaValidatorCPPTest