cmoon::test::test_suite::name





void name(std::string n) noexcept;


(1)


const std::string& name() const noexcept;


(2)

1) Sets the name of this test_suite with the given name.

2) Returns the name of this test_suite.

Parameters

n - new name