MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / TestNormalizePath

Function TestNormalizePath

Source/Engine/Tests/TestStringUtils.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <ThirdParty/catch2/catch.hpp>
8
9String TestNormalizePath(const StringView& input)
10{
11 String path(input);
12 FileSystem::NormalizePath(path);
13 StringUtils::PathRemoveRelativeParts(path);
14 return path;
15}
16
17TEST_CASE("StringUtils")
18{

Callers 1

Calls 1

NormalizePathFunction · 0.85

Tested by

no test coverage detected