| Constructs a new context.
|
| Adds a test to the fixture suite.
|
| Returns the fixture name.
|
std::string | getTestNameFor (const std::string &testMethodName) const |
| Returns the name of the test for the specified method.
|
std::string | getTestNameFor (const std::string &testMethodName, const T &value) const |
| Returns the name of the test for the specified method with the corresponding parameter.
|
void | addProperty (const std::string &key, const std::string &value) |
const std::string | getStringProperty (const std::string &key) const |
| Returns property value assigned to param key.
|