Define SKIP_TEST¶
Defined in File Shell.hpp
Define Documentation¶
-
SKIP_TEST(text)¶
[source] Mark the current test as skipped and exit the test body.
The test is recorded as skipped in JUnit XML output with
textas the message. Tests registered with SKIPPED_TEST are also reported as skipped.- Parameters:
text – Human-readable reason for skipping.