23 namespace TestDetector
42 static bool test(
const double testDuration);
Definition of utility functions related to the detection of QR codes.
Definition: cv/detector/qrcodes/Utilities.h:42
This class implements tests for the utility functions of the QR code library.
Definition: testcv/testdetector/testqrcodes/TestUtilities.h:34
static bool validateEscapeSpecialCharacters(const std::string &string, const std::string &specialCharacters, const std::string &testEscapedString)
Validates the escaping of special characters in a string.
static bool testContainsCode(const double testDuration)
Test for the check if a QR code is contained in a list of existing QR codes (without poses)
static bool testEscapeSpecialCharacters(const double testDuration)
Tests the escaping of special characters in a string.
static bool testParseWifiConfig(const double testDuration)
Tests the parsing of a Wi-Fi configuration stored as a string.
static bool stressTestParseWifiConfig(const double testDuration)
Tests the parsing of a Wi-Fi configuration stored as a string.
static bool testUnescapeSpecialCharacters(const double testDuration)
Tests the unescaping of special characters in a string.
static bool test(const double testDuration)
Tests the functions of the QR code utilities.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15