Searched defs:xmlFilePath (Results 1 – 2 of 2) sorted by relevance
38 #define ASSERT_VALID_XML(xmlFilePath, xsdFilePath) \ argument43 #define EXPECT_VALID_XML(xmlFilePath, xsdFilePath) \ argument
94 ::testing::AssertionResult validateXml(const char* xmlFilePathExpr, const char* xsdFilePathExpr, in validateXml()142 std::string xmlFilePath = location + "/"s + xmlFileName; in validateXmlMultipleLocations() local