office-gobmx/canvas/qa/cppunit
Noel Grandin f840d3c939 loplugin:ostr in canvas
Change-Id: I6fe0ed24a42394936975e763aba9dc3625a373ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167205
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-05-06 21:31:14 +02:00
..
canvastest.cxx loplugin:ostr in canvas 2024-05-06 21:31:14 +02:00
README make it possible to write canvas unittests 2021-05-06 11:22:47 +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.