Define PASS_TEST¶ Defined in File Shell.hpp Define Documentation¶ PASS_TEST()¶[source] Exit the current test body immediately without marking it as failed. Useful when a prerequisite check fails and continuing would produce confusing cascading failures. Unlike FAIL_TEST, the test is counted as passed.