C
TestVerifier Class
class SafeRenderer::TestVerifierThe TestVerifier class provides the output verifier implementation for the Qt GUI adaptation. More...
Header: | #include <TestVerifier> |
Since: | QtSafeRenderer 2.0 |
Inherits: | SafeRenderer::OutputVerifierInterface |
This class was introduced in QtSafeRenderer 2.0.
Public Functions
TestVerifier(SafeRenderer::OutputVerifier &verifierArg) |
Reimplemented Public Functions
virtual void | verifyOutput() override |
Detailed Description
Implements the OutputVerifierInterface abstract interface for the Qt GUI adaptation. This implementation is aimed only for testing purposes to test the verification logic in the host environment.
Member Function Documentation
TestVerifier::TestVerifier(SafeRenderer::OutputVerifier &verifierArg)
Constructs a TestVerifier object with a verifierArg. verifierArg is the reference to the output verification requests queue.
[override virtual]
void TestVerifier::verifyOutput()
Internal API for reading the output CRC value. In case of error the OutputVerifierException is thrown.
Available under certain Qt licenses.
Find out more.