Added Tests for Gem Catalog Filtering (#5999)

* Added Tests for Gem Catalog Filtering

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>

* Addressed PR feedback, Renamed all tests to Osherove naming pattern

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
AMZN-nggieber
2021-12-01 08:03:36 -08:00
committed by GitHub
parent 7c445d9c7d
commit 57d688fbc1
3 changed files with 529 additions and 19 deletions
@@ -73,10 +73,10 @@ namespace O3DE::ProjectManager
QString m_path;
QString m_name = "Unknown Gem Name";
QString m_displayName = "Unknown Gem Name";
QString m_displayName;
QString m_creator = "Unknown Creator";
GemOrigin m_gemOrigin = Local;
bool m_isAdded = false; //! Is the gem currently added and enabled in the project?
bool m_isAdded = false; //! Is the gem explicitly added (not a dependency) and enabled in the project?
QString m_summary = "No summary provided.";
Platforms m_platforms;
Types m_types; //! Asset and/or Code and/or Tool