cmoon::test::test_case::name





void name(std::string new_name) noexcept;


(1)


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


(2)

1) Change the name of this test_case.

2) Get the name of this test_case.

Parameters

new_name - A new name given to this test_case

Return value

(none)