Searched refs:ExpectNotValid (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/components/json_schema/ |
D | json_schema_validator_unittest_base.cc | 102 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 …]
|
D | json_schema_validator_unittest_base.h | 33 virtual void ExpectNotValid(const std::string& test_source,
|
D | json_schema_validator_unittest.cc | 32 void ExpectNotValid(const std::string& test_source, in ExpectNotValid() function in JSONSchemaValidatorCPPTest
|