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/AzToolsFramework/Tests
Danilo Aimini daeab4bbb1
Focus Mode | Switch instance referencing in Prefab Focus Handler to use more reliable Instance handles (#7304)
* Add function to Prefab Instances allowing to get a reference to a nested instance by alias.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Refactor the Prefab Focus Handler to use RootAliasPaths to store the reference to the currently focused prefab instance instead of the previous method (entityId of the prefab container).

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Use existing FindNestedInstance method instead of adding new one.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Minor fixes to style and comments

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Removing indexing in GetInstanceReferenceFromRootAliasPath, turn variables into constants where possible.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Modified the Prefab Focus test fixture to ensure the entity hierarchy is generated under the Prefab EOS, allowing tests to work with the new implementation of the focus mode handler.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Ensure RootAliasPath is iterated by reference in GetInstanceReferenceFromRootAliasPath

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
4 years ago
..
Entity Merging from development 4 years ago
EntityOwnershipService Removes m_enableDrilling 4 years ago
FocusMode Introduce a new Focus Mode API function to retrieve full list of EntityIds that are in focus. (#7159) 4 years ago
Input chore: use numeric cast for QtEventTOAzInputMapperTest 4 years ago
Prefab Focus Mode | Switch instance referencing in Prefab Focus Handler to use more reliable Instance handles (#7304) 4 years ago
Script Enables memory tracking (leak detection) in more unit tests 4 years ago
SliceStabilityTests Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
ToolsComponents Code/Framework/AzToolsFramework 4 years ago
UI Fix tests Debug (#6405) 4 years ago
Viewport Fix incorrect icon rendering (#6454) 4 years ago
Visibility Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ArchiveTests.cpp Fix failed archive tests on linux and remove trait 4 years ago
AssetFileInfoListComparison.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSeedManager.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AssetSystemMocks.h Update the FileIO Aliases (#4186) 4 years ago
AssetUtils.cpp The default android platform settings refer to lumberyard #3881 (#7073) 4 years ago
AzToolsFrameworkTestHelpersTest.cpp bugfix: correct mouseMove under AzToolsFrameworkHelper (#6493) 4 years ago
BoundsTestComponent.cpp Update intersect behavior for positioning entities in the viewport (#5906) 4 years ago
BoundsTestComponent.h Update intersect behavior for positioning entities in the viewport (#5906) 4 years ago
ComponentAdapterTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentAddRemove.cpp Removes m_enableDrilling 4 years ago
ComponentModeTestDoubles.cpp The default android platform settings refer to lumberyard #3881 (#7073) 4 years ago
ComponentModeTestDoubles.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTestFixture.cpp Preparatory work to allow for more viewport integration tests (#3961) 4 years ago
ComponentModeTestFixture.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ComponentModeTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorTransformComponentSelectionTests.cpp Fix incorrect icon rendering (#6454) 4 years ago
EditorVertexSelectionTests.cpp Update intersect behavior for positioning entities in the viewport (#5906) 4 years ago
EditorViewportIconTests.cpp Fix incorrect icon rendering (#6454) 4 years ago
EntityIdQLabelTests.cpp Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
EntityInspectorTests.cpp Added API for finding components based on required/incompatible services. 4 years ago
EntityTestbed.h Removes m_enableDrilling 4 years ago
FileFunc.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
FingerprintingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
GenericComponentWrapperTest.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
InstanceDataHierarchy.cpp Fix warning as error. 4 years ago
IntegerPrimtitiveTestConfig.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LogLines.cpp ATOM-16320 Remove PVRTC and ETC compressor (#4557) 4 years ago
Main.cpp Add ComponentApplicationLifecycle::RegisterEvent calls to avoid test console spam (#6245) 4 years ago
ManipulatorBoundsTests.cpp Add a new implementation for cone/ray intersect to simplify code and fix issue with current implementation (#3902) 4 years ago
ManipulatorCoreTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ManipulatorViewTests.cpp Merging from development 4 years ago
PerforceComponentTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PlatformAddressedAssetCatalogTests.cpp Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
PropertyIntCtrlCommonTests.cpp Fix Integer Spin Controller not sending PropertyEditorGUIMessages::Bus::Handler::OnEditingFinished (#5942) 4 years ago
PropertyIntCtrlCommonTests.h Previous commit wasnt correct. Should be using a string not a int 4 years ago
PropertyIntSliderCtrlTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PropertyIntSpinCtrlTests.cpp Fix Integer Spin Controller not sending PropertyEditorGUIMessages::Bus::Handler::OnEditingFinished (#5942) 4 years ago
PropertyTreeEditorTests.cpp Cleanup SerializeContext.h pt.1 (#4264) 4 years ago
PythonBindingTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QtWidgetLimitsTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SQLiteConnectionTests.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Slice.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
SliceUpgradeTests.cpp Linux build fixes 4 years ago
SliceUpgradeTestsData.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Slices.cpp Clang 13: Fix build errors ... 4 years ago
SpinBoxTests.cpp Spinboxes now correct when rounding. (#6748) 4 years ago
ThumbnailerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TransformComponent.cpp Merge branch 'development' into redcode/driller_removal 4 years ago
UndoStack.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
aztoolsframeworktests_files.cmake Fix incorrect icon rendering (#6454) 4 years ago