Go to the source code of this file.
|
void | validate (const ValidateCreds::Type type, const bool expected_result, const std::string &cred, const bool strict) |
|
| TEST (misc, creds1) |
|
void | validate_creds (std::string username, std::string password, const bool expected_result, const bool strict) |
|
| TEST (misc, creds2) |
|
void | validate_utf8 (const std::string &str, const size_t max_len_flags, const bool expected_result) |
|
| TEST (misc, creds3) |
|
◆ TEST() [1/3]
◆ TEST() [2/3]
◆ TEST() [3/3]
◆ validate()
void validate |
( |
const ValidateCreds::Type |
type, |
|
|
const bool |
expected_result, |
|
|
const std::string & |
cred, |
|
|
const bool |
strict |
|
) |
| |
◆ validate_creds()
void validate_creds |
( |
std::string |
username, |
|
|
std::string |
password, |
|
|
const bool |
expected_result, |
|
|
const bool |
strict |
|
) |
| |
◆ validate_utf8()
void validate_utf8 |
( |
const std::string & |
str, |
|
|
const size_t |
max_len_flags, |
|
|
const bool |
expected_result |
|
) |
| |
◆ verbose