FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit test for scheduler operations. More...
#include <testRun.h>
#include <scheduler.h>
#include <utils.h>
Go to the source code of this file.
Functions | |
int | Prepare_Testing_Data_Scheduler (scheduler_t *scheduler) |
void | test_scheduler_sig_handle () |
Test for scheduler_sig_handle() More... | |
void | test_string_is_num () |
Test for string_is_num() More... | |
void | test_scheduler_daemonize () |
Test for scheduler_daemonize() More... | |
void | test_scheduler_clear_config () |
Test for scheduler_clear_config() More... | |
Variables | |
CU_TestInfo | tests_scheduler [] |
Unit test for scheduler operations.
Definition in file testScheduler.c.
int Prepare_Testing_Data_Scheduler | ( | scheduler_t * | scheduler | ) |
Local function for testing data prepare
Definition at line 21 of file testScheduler.c.
void test_scheduler_clear_config | ( | ) |
Test for scheduler_clear_config()
Definition at line 106 of file testScheduler.c.
void test_scheduler_daemonize | ( | ) |
Test for scheduler_daemonize()
Definition at line 79 of file testScheduler.c.
void test_scheduler_sig_handle | ( | ) |
Test for scheduler_sig_handle()
Definition at line 37 of file testScheduler.c.
void test_string_is_num | ( | ) |
Test for string_is_num()
Definition at line 59 of file testScheduler.c.
CU_TestInfo tests_scheduler[] |
Definition at line 233 of file testScheduler.c.