You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore/Tests/Asset
amzn-mike 828431f185
Update AssetManager unit tests to not interact with the disk (#5815)
* Changed AssetManager tests to use memory streams for asset reading/writing

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Fix compilation on non-unity builds

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Fixed handling of path lookups when test folder path is non-empty

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add more detailed error message for "asset is not loaded"

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Make numThreads a constexpr

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add FindFile function

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove unused lambda capture

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Remove trailing whitespace

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>

* Add size to assert

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
4 years ago
..
AssetCommon.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AssetDataStreamTests.cpp more fixes for Code 4 years ago
AssetManagerLoadingTests.cpp Update AssetManager unit tests to not interact with the disk (#5815) 4 years ago
AssetManagerStreamingTests.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
BaseAssetManagerTest.cpp Update AssetManager unit tests to not interact with the disk (#5815) 4 years ago
BaseAssetManagerTest.h Update AssetManager unit tests to not interact with the disk (#5815) 4 years ago
MockLoadAssetCatalogAndHandler.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TestAssetTypes.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago