FOSSology
3.2.0rc1
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 151 of file testHost.c.
void test_host_decrease_load | ( | ) |
Test for host_decrease_load()
Definition at line 129 of file testHost.c.
void test_host_increase_load | ( | ) |
Test for host_increase_load()
Definition at line 108 of file testHost.c.
void test_host_init | ( | ) |
Test for host_init()
Definition at line 39 of file testHost.c.
void test_host_insert | ( | ) |
Test for host_insert()
Definition at line 64 of file testHost.c.
CU_TestInfo tests_host[] |
Definition at line 196 of file testHost.c.