jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | Public Attributes | List of all members
TestFileUtilBase Class Reference

#include <test_fileutils.hpp>

Inheritance diagram for TestFileUtilBase:
Collaboration diagram for TestFileUtilBase:

Public Member Functions

jau::fs::file_stats getTestDataDirStats (const std::string &test_exe_path) noexcept
 
jau::fs::file_stats getTestDataImageFile (const std::string &test_exe_path) noexcept
 
std::string getTestDataRelDir (const std::string &test_exe_path) noexcept
 

Public Attributes

const std::string dest_fs_vfat = "/mnt/vfat"
 
const std::string project_root_ext = "/mnt/ssd0/data/test_data"
 
const std::string temp_root = "test_data_temp"
 

Detailed Description

Definition at line 136 of file test_fileutils.hpp.

Member Function Documentation

◆ getTestDataDirStats()

jau::fs::file_stats TestFileUtilBase::getTestDataDirStats ( const std::string &  test_exe_path)
inlinenoexcept

Definition at line 151 of file test_fileutils.hpp.

Here is the caller graph for this function:

◆ getTestDataRelDir()

std::string TestFileUtilBase::getTestDataRelDir ( const std::string &  test_exe_path)
inlinenoexcept

Definition at line 175 of file test_fileutils.hpp.

Here is the caller graph for this function:

◆ getTestDataImageFile()

jau::fs::file_stats TestFileUtilBase::getTestDataImageFile ( const std::string &  test_exe_path)
inlinenoexcept

Definition at line 199 of file test_fileutils.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ temp_root

const std::string TestFileUtilBase::temp_root = "test_data_temp"

Definition at line 149 of file test_fileutils.hpp.

◆ project_root_ext

const std::string TestFileUtilBase::project_root_ext = "/mnt/ssd0/data/test_data"

Definition at line 210 of file test_fileutils.hpp.

◆ dest_fs_vfat

const std::string TestFileUtilBase::dest_fs_vfat = "/mnt/vfat"

Definition at line 212 of file test_fileutils.hpp.


The documentation for this class was generated from the following file: