LibreOffice Module vcl (master) 1
|
Rendering test result. More...
Classes | |
class | OutputDeviceTestAnotherOutDev |
class | OutputDeviceTestBitmap |
class | OutputDeviceTestClip |
class | OutputDeviceTestCommon |
Common subclass for output device rendering tests. More... | |
class | OutputDeviceTestGradient |
class | OutputDeviceTestLine |
class | OutputDeviceTestPixel |
class | OutputDeviceTestPolygon |
class | OutputDeviceTestPolyLine |
class | OutputDeviceTestPolyLineB2D |
class | OutputDeviceTestPolyPolygon |
class | OutputDeviceTestPolyPolygonB2D |
class | OutputDeviceTestRect |
class | OutputDeviceTestText |
Enumerations | |
enum class | TestResult { Failed , PassedWithQuirks , Passed } |
Functions | |
void | setActiveGraphicsRenderTest (const OUString &name) |
const OUString & | activeGraphicsRenderTest () |
Rendering test result.
Test either "Passed", "Failed" or "PassedWithQuirks" which means the test passed but at least one rendering quirk was detected.
|
strong |
Enumerator | |
---|---|
Failed | |
PassedWithQuirks | |
Passed |
Definition at line 20 of file TestResult.hxx.
const OUString & vcl::test::activeGraphicsRenderTest | ( | ) |
Referenced by SkiaHelper::isUnitTestRunning().
void vcl::test::setActiveGraphicsRenderTest | ( | const OUString & | name | ) |