QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsRasterChecker Class Reference

This is a helper class for unit tests that need to write an image and compare it to an expected result or render time. More...

#include <qgsrasterchecker.h>

Public Member Functions

 QgsRasterChecker ()
 
QString report () const
 
bool runTest (const QString &verifiedKey, QString verifiedUri, const QString &expectedKey, QString expectedUri)
 Test using renderer to generate the image to be compared. More...
 

Detailed Description

This is a helper class for unit tests that need to write an image and compare it to an expected result or render time.

Definition at line 32 of file qgsrasterchecker.h.

Constructor & Destructor Documentation

◆ QgsRasterChecker()

QgsRasterChecker::QgsRasterChecker ( )

Definition at line 30 of file qgsrasterchecker.cpp.

Member Function Documentation

◆ report()

QString QgsRasterChecker::report ( ) const
inline

Definition at line 38 of file qgsrasterchecker.h.

◆ runTest()

bool QgsRasterChecker::runTest ( const QString &  verifiedKey,
QString  verifiedUri,
const QString &  expectedKey,
QString  expectedUri 
)

Test using renderer to generate the image to be compared.

Parameters
verifiedKeyverified provider key
verifiedUriURI of the raster to be verified
expectedKeyexpected provider key
expectedUriURI of the expected (control) raster

Definition at line 39 of file qgsrasterchecker.cpp.


The documentation for this class was generated from the following files: