3
0

SaveDataTest_Unimplemented.cpp 558 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. #include <AzTest/AzTest.h>
  9. #include <AzFramework/Input/User/LocalUserId.h>
  10. #include "SaveData_Traits_Platform.h"
  11. #include "SaveDataTest.h"
  12. void SaveDataTest::SetupInternal()
  13. {
  14. }
  15. void SaveDataTest::TearDownInternal()
  16. {
  17. }
  18. AzFramework::LocalUserId SaveDataTest::GetDefaultTestUserId()
  19. {
  20. return AZ_TRAIT_SAVEDATA_TEST_USER_ID;
  21. }