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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user