Hi Miklos,
I have made some progress :)
I have put my test to sc/qa/extras/anchor.cxx. Everything works as
expected there. My first attempt was in sc/qa/unit/bugfix-test.cxx.
The difference seems to be, that class ScAnchorTest has a different
class hierarchy including class MacrosTest, which provides method
loadFromDesktop() and is used in sd/qa as well. Class ScFiltersTest is
only derived from class ScBootstrapFixture and that has its own method
loadDoc().
Question: Can I leave the test in "ScAnchorTest" in "extras", or should
I create a new test class in "unit", where I copy the hierarchy of
"ScAnchorTest", or something else?
Kind regards
Regina
Miklos Vajna schrieb am 03-Dec-19 um 11:22:
Hi Regina,
On Tue, Dec 03, 2019 at 01:38:59AM +0100, Regina Henschel <rb.henschel@xxxxxxxxxxx> wrote:
Any idea, how I can apply FitToCellSize() to a shape in a unit test?
Here is an sc/ test dispatching an UNO command:
sc/qa/unit/screenshots/screenshots.cxx:302
though this is commented out, but gives you an idea how to get an
SfxViewShell in Calc.
Here is an sd/ test that does the same, and is an active test:
sd/qa/unit/uiimpress.cxx:99
Hopefully this is enough so that you can test your UNO command as well.
Regards,
Miklos
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice