owlps/owlps-positioning/tests/testutil.hh

16 lines
393 B
C++

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