Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Functions | |
TEST_CASE ("parse_arguments parses default correctly") | |
TEST_CASE ("parse_arguments parses --user and --port") | |
TEST_CASE ("parse_arguments parses --user=value form") | |
TEST_CASE ("parse_arguments throws on invalid port") | |
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 1 of file test_main.cpp.
TEST_CASE | ( | "parse_arguments parses --user and --port" | ) |
Definition at line 13 of file test_main.cpp.
References CHECK, and parse_arguments().
TEST_CASE | ( | ) |
Definition at line 20 of file test_main.cpp.
References CHECK, and parse_arguments().
TEST_CASE | ( | "parse_arguments parses default correctly" | ) |
Definition at line 5 of file test_main.cpp.
References CHECK, and parse_arguments().
TEST_CASE | ( | "parse_arguments throws on invalid port" | ) |
Definition at line 26 of file test_main.cpp.
References CHECK_THROWS_AS, and parse_arguments().