string _name
The name passed to the constructor.
const string & getName() const
Returns the name passed to the constructor.
Test(const string &name)
Construct a Test with the given name.
bool operator<(const Test &test) const
Compares names lexicographically.