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/Tools/AssetProcessor/native/tests
amzn-phist 714f5357b2
Add an error message to AP when the project path is invalid (#4801)
* Add an error message to AP when bad project path

Produce a log error or a dialog box error when the project path for AP
does not have a project.json and is invalid.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Fix a failing unit test - AssetProcessorMessages

Adding a check for 'project.json' caused BeforeRun() in a test fixture
to fail.  Teardown of the fixture was also broken if the test failed to
fully startup the application manager, so added null checks there.

Added an assert to the fixture's Setup to check the status of BeforeRun().
Added additional settings registry setup to the fixture to make sure the
project path and branch token are configured before BeforeRun() is
called.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
4 years ago
..
AssetCatalog Update the FileIO Aliases (#4186) 4 years ago
BuilderConfiguration Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
FileProcessor Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
FileStateCache Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
InternalBuilders Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
assetBuilderSDK Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
assetdatabase Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
assetmanager Updated the AssetProcessorManagerTest LockFileTest to check the Source… (#4459) 4 years ago
assetscanner Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
platformconfiguration Add "Registry" folders as scan folders (#4583) 4 years ago
resourcecompiler Final fixes for MSVC 4 years ago
utilities Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetProcessorMessagesTests.cpp Add an error message to AP when the project path is invalid (#4801) 4 years ago
AssetProcessorTest.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AssetProcessorTest.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BaseAssetProcessorTest.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MissingDependencyScannerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PathDependencyManagerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SourceFileRelocatorTests.cpp adding exception handling for tests that are not going through AzTestRunner 4 years ago
test_main.cpp adding exception handling for tests that are not going through AzTestRunner 4 years ago