|
libmoost
|
#include <boost/test/unit_test.hpp>#include <boost/test/test_tools.hpp>#include <vector>#include <fstream>#include <boost/thread/thread.hpp>#include <boost/thread/xtime.hpp>#include <boost/bind.hpp>#include "../../include/moost/io/file_watcher.hpp"#include "../../include/moost/thread/xtime_util.hpp"
Go to the source code of this file.
Classes | |
| struct | Fixture |
Functions | |
| BOOST_FIXTURE_TEST_CASE (test_nothing, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_create, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_change, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_delete, Fixture) | |
| BOOST_FIXTURE_TEST_CASE | ( | test_nothing | , |
| Fixture | |||
| ) |
Definition at line 94 of file file_watcher.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | test_create | , |
| Fixture | |||
| ) |
Definition at line 103 of file file_watcher.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | test_change | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | test_delete | , |
| Fixture | |||
| ) |
Definition at line 127 of file file_watcher.cpp.