FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit test for host operations. More...
#include <testRun.h>
#include <host.h>
Go to the source code of this file.
Functions | |
void | test_host_init () |
Test for host_init() More... | |
void | test_host_insert () |
Test for host_insert() More... | |
void | test_host_increase_load () |
Test for host_increase_load() More... | |
void | test_host_decrease_load () |
Test for host_decrease_load() More... | |
void | test_get_host () |
Test for get_host() More... | |
Variables | |
CU_TestInfo | tests_host [] |
Unit test for host operations.
Definition in file testHost.c.
void test_get_host | ( | ) |
Test for get_host()
Definition at line 140 of file testHost.c.
void test_host_decrease_load | ( | ) |
Test for host_decrease_load()
Definition at line 118 of file testHost.c.
void test_host_increase_load | ( | ) |
Test for host_increase_load()
Definition at line 97 of file testHost.c.
void test_host_init | ( | ) |
Test for host_init()
Definition at line 28 of file testHost.c.
void test_host_insert | ( | ) |
Test for host_insert()
Definition at line 53 of file testHost.c.
CU_TestInfo tests_host[] |
Definition at line 185 of file testHost.c.