Skip to content

Commit

Permalink
tests: Add onLutApplied.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Feb 16, 2025
1 parent b9937ce commit 8bacf9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PB/tests/MockListeners.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class TestPhotobookListener final : public PB::PhotobookListener {
MOCK_METHOD(void, onProgressUpdate, (PB::ProgressStatus), (override));

MOCK_METHOD(void, onLutAdded, (PB::LutIconInfo), (override));
MOCK_METHOD(void, onLutApplied, (PBDev::LutId, PB::GenericImagePtr),
(override));
};

class TestProjectManagementServiceListener final
Expand All @@ -70,6 +72,8 @@ class TestProjectManagementServiceListener final
class TestLutServiceListener final : public LutServiceListener {
public:
MOCK_METHOD(void, onLutAdded, (PB::LutIconInfo), (override));
MOCK_METHOD(void, onLutApplied, (PBDev::LutId, PB::GenericImagePtr),
(override));
};

class TestCollageMakerListener final : public CollageMakerListener {
Expand Down

0 comments on commit 8bacf9e

Please sign in to comment.