Lumiera  0.pre.03
»edit your freedom«
TestHelper_test Class Reference

Description

verifies the proper working of helper functions frequently used within the Lumiera testsuite.

See also
test-helper.hpp

Definition at line 74 of file test-helper-test.cpp.

Private Member Functions

void checkGarbageStr ()
 
void checkLocalManipulation ()
 
void checkThrowChecker ()
 
void checkTypeDisplay ()
 
void run (Arg)
 

Member Function Documentation

◆ checkTypeDisplay()

void checkTypeDisplay ( )
inlineprivate
Test:
prints "sizeof()" including some type name.

Definition at line 88 of file test-helper-test.cpp.

References lib::test::randStr(), and lib::test::showSizeof().

+ Here is the call graph for this function:

◆ checkThrowChecker()

void checkThrowChecker ( )
inlineprivate
Test:
check the VERIFY_ERROR macro, which ensures a given error is raised.

Definition at line 151 of file test-helper-test.cpp.

References VERIFY_ERROR.

◆ checkLocalManipulation()

void checkLocalManipulation ( )
inlineprivate
Test:
check a local manipulations, which are undone when leaving the scope.

Definition at line 167 of file test-helper-test.cpp.

References Time::ANYTIME, and TRANSIENTLY.

+ Inheritance diagram for TestHelper_test:
+ Collaboration diagram for TestHelper_test:

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