Searched defs:TestConfig (Results 1 – 5 of 5) sorted by relevance
130 static const struct TestConfig { in TEST_F() struct131 int ai_flags; in TEST_F()132 socklen_t ai_addrlen; in TEST_F()133 char* ai_canonname; in TEST_F()134 struct sockaddr* ai_addr; in TEST_F()135 struct addrinfo* ai_next; in TEST_F()136 int expected_errorno; // expected result in TEST_F()138 std::string asParameters() const { in TEST_F()256 static const struct TestConfig { in TEST_F() struct257 int ai_flags; in TEST_F()[all …]
1610 struct TestConfig { in TEST_F() struct1611 const std::string mode; in TEST_F()1612 const bool withWorkingTLS; in TEST_F()1613 const std::string method; in TEST_F()1615 std::string asHostName() const { in TEST_F()2324 static const struct TestConfig { in TEST_F() struct2325 std::string mode; in TEST_F()2326 std::string method; in TEST_F()2327 Edns edns; in TEST_F()2328 ExpectResult expectResult; in TEST_F()[all …]
151 static const struct TestConfig { in TEST_F() struct152 std::string hostname; in TEST_F()153 int returnCode; in TEST_F()
34 class TestConfig : public JsonSchemaTestConfig { class36 TestConfig(const std::string& path) : file_path_(path){}; in TestConfig() function in android::profiles::TestConfig
65 enum TestConfig { NO = 0, NO_WRITES, YES }; enum