SourceDependencyTests.h 527 B

1234567891011121314151617181920212223
  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. #pragma once
  9. #include <native/tests/assetmanager/AssetManagerTestingBase.h>
  10. namespace UnitTests
  11. {
  12. class SourceDependencyTests : public AssetManagerTestingBase
  13. {
  14. public:
  15. void SetUp() override;
  16. AssetProcessor::IUuidRequests* m_uuidInterface{};
  17. };
  18. } // namespace UnitTests