![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "UnitTests/unitTestCommon.h"
#include "Platform/File/Headers/FileManagement.h"
#include "Core/Headers/StringHelper.h"
#include <catch2/reporters/catch_reporter_event_listener.hpp>
#include <catch2/reporters/catch_reporter_registrars.hpp>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Functions | |
Divide::TEST_CASE ("File Existence Check" "[file_management]") | |
Divide::TEST_CASE ("Path Existence Check" "[file_management]") | |
Divide::TEST_CASE ("Extension Check" "[file_management]") | |
Divide::TEST_CASE ("Lexically Normal Path Compare" "[file_management]") | |