Additional Inherited Members | |
Public Attributes inherited from TestBase | |
u32 | num_tests_failed |
u32 | num_tests_run |
|
inline |
|
inlinevirtual |
Implements TestBase.
|
virtual |
Implements TestBase.
References TEST, testAngleWrapAround(), testAsciiPrintableHelper(), testBase64(), testColorizeURL(), testEnrichedString(), testEulerConversion(), testIsBlockInSight(), testIsNumber(), testIsPowerOfTwo(), testIsYes(), testLowercase(), testMyround(), testPadString(), testRemoveEscapes(), testRemoveStringEnd(), testSanitizeDirName(), testSanitizeUntrusted(), testStartsWith(), testStrEqual(), testStringAllowed(), testStringJoin(), testStringReplace(), testStrToIntConversion(), testTrim(), testUrlDecode(), testUrlEncode(), testUTF8(), testWrapDegrees_0_360_v3f(), and testWrapRows().
void TestUtilities::testAngleWrapAround | ( | ) |
References modulo360f(), ref_WrapDegrees180(), ref_WrapDegrees_0_360(), UASSERT, wrapDegrees_0_360(), and wrapDegrees_180().
Referenced by runTests().
void TestUtilities::testAsciiPrintableHelper | ( | ) |
References IS_ASCII_PRINTABLE_CHAR, and UASSERT.
Referenced by runTests().
void TestUtilities::testBase64 | ( | ) |
References base64_is_valid(), and UASSERT.
Referenced by runTests().
void TestUtilities::testColorizeURL | ( | ) |
References UASSERTEQ, and warningstream.
Referenced by runTests().
void TestUtilities::testEnrichedString | ( | ) |
References EnrichedString::getBackground(), EnrichedString::getColors(), EnrichedString::getString(), EnrichedString::setDefaultColor(), EnrichedString::substr(), and UASSERT.
Referenced by runTests().
void TestUtilities::testEulerConversion | ( | ) |
References getPitchYawRoll(), getPitchYawRollRad(), roundTripsDeg(), setPitchYawRoll(), setPitchYawRollRad(), UASSERT, and within().
Referenced by runTests().
void TestUtilities::testIsBlockInSight | ( | ) |
References apply_all(), BS, cast_v3, isBlockInSight(), MAP_BLOCKSIZE, and UASSERT.
Referenced by runTests().
void TestUtilities::testIsNumber | ( | ) |
References is_number(), and UASSERT.
Referenced by runTests().
void TestUtilities::testIsPowerOfTwo | ( | ) |
References is_power_of_two(), U32_MAX, and UASSERT.
Referenced by runTests().
void TestUtilities::testIsYes | ( | ) |
References is_yes(), and UASSERT.
Referenced by runTests().
void TestUtilities::testLowercase | ( | ) |
References lowercase(), and UASSERTEQ.
Referenced by runTests().
void TestUtilities::testMyround | ( | ) |
References myround(), and UASSERT.
Referenced by runTests().
void TestUtilities::testPadString | ( | ) |
References padStringRight(), and UASSERT.
Referenced by runTests().
void TestUtilities::testRemoveEscapes | ( | ) |
References UASSERT, and unescape_enriched().
Referenced by runTests().
void TestUtilities::testRemoveStringEnd | ( | ) |
References removeStringEnd(), and UASSERT.
Referenced by runTests().
void TestUtilities::testSanitizeDirName | ( | ) |
References sanitizeDirName(), and UASSERTEQ.
Referenced by runTests().
void TestUtilities::testSanitizeUntrusted | ( | ) |
References sanitize_untrusted(), str_ends_with(), str_starts_with(), UASSERT, and UASSERTEQ.
Referenced by runTests().
void TestUtilities::testStartsWith | ( | ) |
References str_starts_with(), and UASSERT.
Referenced by runTests().
void TestUtilities::testStrEqual | ( | ) |
References str_equal(), UASSERT, and utf8_to_wide().
Referenced by runTests().
void TestUtilities::testStringAllowed | ( | ) |
References string_allowed(), string_allowed_blacklist(), and UASSERT.
Referenced by runTests().
void TestUtilities::testStringJoin | ( | ) |
References str_join(), and UASSERT.
Referenced by runTests().
void TestUtilities::testStringReplace | ( | ) |
References str_replace(), and UASSERT.
Referenced by runTests().
void TestUtilities::testStrToIntConversion | ( | ) |
References mystoi(), and UASSERT.
Referenced by runTests().
void TestUtilities::testTrim | ( | ) |
References trim(), and UASSERT.
Referenced by runTests().
void TestUtilities::testUrlDecode | ( | ) |
References UASSERT, and urldecode().
Referenced by runTests().
void TestUtilities::testUrlEncode | ( | ) |
References UASSERT, and urlencode().
Referenced by runTests().
void TestUtilities::testUTF8 | ( | ) |
References UASSERT, UASSERTEQ, utf8_to_wide(), and wide_to_utf8().
Referenced by runTests().
void TestUtilities::testWrapDegrees_0_360_v3f | ( | ) |
References UASSERT, and wrapDegrees_0_360_v3f().
Referenced by runTests().
void TestUtilities::testWrapRows | ( | ) |
References UASSERT, utf8_to_wide(), and wrap_rows().
Referenced by runTests().