#ifndef _OWLPS_POSITIONING_TESTS_TESTUTIL_HH_ #define _OWLPS_POSITIONING_TESTS_TESTUTIL_HH_ #include #include #include "accesspoint.hh" class TestUtil { public: static void fill_file(const std::string &output_file_name, const std::vector output_lines) ; static void remove_file(const std::string &file_name) ; static std::vector create_test_csv_file(const std::string &file_name) ; } ; #endif // _OWLPS_POSITIONING_TESTS_TESTUTIL_HH_