LibreOffice Module vcl (master) 1
Classes | Enumerations | Functions
vcl::test Namespace Reference

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 ()
 

Detailed Description

Rendering test result.

Test either "Passed", "Failed" or "PassedWithQuirks" which means the test passed but at least one rendering quirk was detected.

Enumeration Type Documentation

◆ TestResult

enum class vcl::test::TestResult
strong
Enumerator
Failed 
PassedWithQuirks 
Passed 

Definition at line 20 of file TestResult.hxx.

Function Documentation

◆ activeGraphicsRenderTest()

const OUString & vcl::test::activeGraphicsRenderTest ( )

◆ setActiveGraphicsRenderTest()

void vcl::test::setActiveGraphicsRenderTest ( const OUString &  name)