Files
libreoffice/canvas/qa/cppunit
Julien Nabet 87e8d5ec6b Simplify Sequences initializations (canvas)
Change-Id: I651858d71e378341205d6a785bd97f294664a439
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116737
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-06-07 12:58:48 +02:00
..

How to write a canvas test:
===========================

The easiest (relatively speaking) way is to copy&paste from somewhere. Use existing tests
as the base, or canvas/workben/canvasdemo.cxx should be a good source too. If that doesn't
help, then you'll need to find the right UNO interfaces (see canvas/README). Have "fun".


Currently only the vclcanvas implementation is tested, because it's the only one
capable of working with offscreen surfaces. Other implementations would need to
be fixed, and then added to the gb_CppunitTest_use_components list in the makefile.