cmoon::test::test_case::name





[[nodiscard]] const std::string& name() const noexcept;


(1)

1) Get the name of this test_case.

Parameters

(none)

Return value

Its name as a std::string

Exceptions

This function never throws exceptions