Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 5 of 5) sorted by relevance

/third_party/boringssl/src/ssl/test/
Dtest_config.h26 struct TestConfig { struct
27 int port = 0;
28 bool is_server = false;
29 bool is_dtls = false;
30 int resume_count = 0;
31 std::string write_settings;
32 bool fallback_scsv = false;
33 std::vector<int> signing_prefs;
34 std::vector<int> verify_prefs;
35 std::vector<int> expect_peer_verify_prefs;
[all …]
/third_party/openssl/test/ossl_shim/
Dtest_config.h17 struct TestConfig { struct
18 int port = 0;
19 bool is_server = false;
20 bool is_dtls = false;
21 int resume_count = 0;
22 bool fallback_scsv = false;
23 std::string key_file;
24 std::string cert_file;
25 std::string expected_server_name;
26 std::string expected_certificate_types;
[all …]
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc17 struct TestConfig { struct in __anon19cf2a590111::DialogTestHandler
18 explicit TestConfig(FileDialogMode dialog_mode) in TestConfig() argument
30 FileDialogMode mode;
31 CefString title;
32 CefString default_file_name;
33 std::vector<CefString> accept_types;
34 int selected_accept_filter;
36 bool callback_async; // True if the callback should execute asynchronously.
37 bool callback_cancel; // True if the callback should cancel.
38 std::vector<CefString> callback_paths; // Resulting paths if not cancelled.
Ddisplay_unittest.cc253 struct TestConfig { struct in __anon7fb9ed9f0311::ConsoleTestHandler
255 explicit TestConfig(cef_log_severity_t message_level) in TestConfig() argument
262 cef_log_severity_t level;
263 std::string message;
264 std::string expected_message;
265 std::string source;
266 int line;
267 std::string function;
/third_party/typescript/src/testRunner/
Drunner.ts72 export interface TestConfig { interface