Moved all server mocking code for share model test to independent ShareTestUtils...
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 18 Oct 2022 15:15:10 +0000 (17:15 +0200)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 31 Oct 2022 17:06:10 +0000 (18:06 +0100)
commit7ba6969e65b4491e3ba7f866a3ddd3e0556b1fc9
treeb01ab44d37ac17cd4678444bc0d2f10a8f7eeca3
parenta0ff46a7fbb94ed4a815244f14a7ef1caa9f1d97
Moved all server mocking code for share model test to independent ShareTestUtils file

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/folderman.h
test/CMakeLists.txt
test/sharetestutils.cpp [new file with mode: 0644]
test/sharetestutils.h [new file with mode: 0644]
test/testhelper.cpp
test/testhelper.h
test/testsharemodel.cpp