Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Functions | |
TEST_CASE ("User constructor initializes fields") | |
TEST_CASE ("User::print() outputs correct format") | |
TEST_CASE ("fetch_github_user returns valid user for known GitHub account") | |
TEST_CASE ("fetch_github_user throws for nonexistent username") | |
TEST_CASE | ( | "fetch_github_user returns valid user for known GitHub account" | ) |
Definition at line 36 of file test_user.cpp.
References CHECK, CHECK_FALSE, User::company, User::location, User::login, and User::name.
TEST_CASE | ( | "fetch_github_user throws for nonexistent username" | ) |
Definition at line 47 of file test_user.cpp.
References CHECK_THROWS_AS.
TEST_CASE | ( | "User constructor initializes fields" | ) |
Definition at line 8 of file test_user.cpp.
References CHECK, User::company, User::location, User::login, and User::name.
TEST_CASE | ( | "User::print() outputs correct format" | ) |
Definition at line 17 of file test_user.cpp.