#include <criterion/criterion.h>#include "directory-monitor.h"#include "directory-monitor-factory.h"#include "directory-monitor-poll.h"#include "pathutils.h"#include "apphook.h"#include <glib/gstdio.h>#include <unistd.h>
Functions | |
| TestSuite (directory_monitor,.init=app_startup,.fini=app_shutdown) | |
| Test (directory_monitor, read_content_of_directory) | |
| Test (directory_monitor, non_existing_directory) | |
| TestSuite (directory_monitor_tools,.init=app_startup,.fini=app_shutdown) | |
| Test (directory_monitor_tools, build_filename) | |
| TestSuite (directory_monitor_factory,.init=app_startup,.fini=app_shutdown) | |
| Test (directory_monitor_factory, check_monitor_method) | |
| Test (directory_monitor_factory, check_constructor) | |
| Test | ( | directory_monitor | , |
| non_existing_directory | |||
| ) |
| Test | ( | directory_monitor | , |
| read_content_of_directory | |||
| ) |
| Test | ( | directory_monitor_factory | , |
| check_constructor | |||
| ) |
| Test | ( | directory_monitor_factory | , |
| check_monitor_method | |||
| ) |
| Test | ( | directory_monitor_tools | , |
| build_filename | |||
| ) |
| TestSuite | ( | directory_monitor | , |
| . | init = app_startup, |
||
| . | fini = app_shutdown |
||
| ) |
| TestSuite | ( | directory_monitor_factory | , |
| . | init = app_startup, |
||
| . | fini = app_shutdown |
||
| ) |
| TestSuite | ( | directory_monitor_tools | , |
| . | init = app_startup, |
||
| . | fini = app_shutdown |
||
| ) |