Sha256: 2036c7d83d3ae465078106f873dda23701e1e8820acd1a2276f47be4d93370a4
Contents?: true
Size: 408 Bytes
Versions: 16
Compression:
Stored size: 408 Bytes
Contents
#include <catch.hpp> #include <leatherman/windows/file_util.hpp> namespace leatherman { namespace windows { namespace file_util { TEST_CASE("windows::file_util::get_programdata_dir", "[windows]") { SECTION("should return the expected value of C:\\ProgramData") { REQUIRE(get_programdata_dir() == "C:\\ProgramData"); } } }}} // namespace leatherman::windows::file_util
Version data entries
16 entries across 16 versions & 2 rubygems