33 std::string
const&
reason() const noexcept;
Result object passed to reporters when a test case was skipped.
Definition skipped.hpp:19
std::string const & reason() const noexcept
Returns the skip reason.
skipped(std::string_view reason="")
Creates a skipped test result.
Unit test framework functions and types.
Definition test.hpp:15