|
@@ -27,7 +27,12 @@ namespace UnitTest
|
|
|
MOCK_METHOD0(ResetAllEntitiesToInitialState, void());
|
|
|
MOCK_METHOD6(
|
|
|
SpawnEntity,
|
|
|
- void(const AZStd::string& name, const AZStd::string& uri, const AZStd::string& entityNamespace, const AZ::Transform& initialPose, const bool allowRename, SpawnCompletedCb completedCb));
|
|
|
-
|
|
|
+ void(
|
|
|
+ const AZStd::string& name,
|
|
|
+ const AZStd::string& uri,
|
|
|
+ const AZStd::string& entityNamespace,
|
|
|
+ const AZ::Transform& initialPose,
|
|
|
+ const bool allowRename,
|
|
|
+ SpawnCompletedCb completedCb));
|
|
|
};
|
|
|
-}
|
|
|
+} // namespace UnitTest
|