6#include <catch2/reporters/catch_reporter_event_listener.hpp>
7#include <catch2/reporters/catch_reporter_registrars.hpp>
13TEST_CASE(
"File Existence Check" "[file_management]" )
26TEST_CASE(
"Path Existence Check" "[file_management]" )
41 const char* ext1 =
"xyz";
42 const char* ext2 =
"st";
50TEST_CASE(
"Lexically Normal Path Compare" "[file_management]" )
Handle console commands that start with a forward slash.
bool hasExtension(const ResourcePath &filePath, const std::string_view extensionNoDot)
const SysInfo & const_sysInfo() noexcept
bool fileExists(const ResourcePath &filePathAndName)
bool pathExists(const ResourcePath &filePath)
TEST_CASE("ByteBuffer RW Bool", "[byte_buffer]")
ResourcePath _workingDirectory
#define CHECK_EQUAL(LHS, RHS)