GammaLib
2.0.0
|
This is the complete list of members for GTestCase, including all inherited members.
classname(void) const | GTestCase | inlinevirtual |
clear(void) | GTestCase | virtual |
clone(void) const | GTestCase | virtual |
copy_members(const GTestCase &test) | GTestCase | protected |
duration(void) const | GTestCase | inline |
duration(const double &duration) | GTestCase | inline |
ERROR_TEST enum value | GTestCase | |
ErrorKind enum name | GTestCase | |
FAIL_TEST enum value | GTestCase | |
free_members(void) | GTestCase | protected |
GTestCase(void) | GTestCase | |
GTestCase(const ErrorKind &kind, const std::string &name="") | GTestCase | |
GTestCase(const GTestCase &test) | GTestCase | |
has_passed(void) const | GTestCase | inline |
has_passed(const bool &has_passed) | GTestCase | inline |
init_members(void) | GTestCase | protected |
kind(void) const | GTestCase | inline |
kind(const ErrorKind &kind) | GTestCase | inline |
m_duration | GTestCase | protected |
m_has_passed | GTestCase | protected |
m_kind | GTestCase | protected |
m_message | GTestCase | protected |
m_name | GTestCase | protected |
m_type | GTestCase | protected |
message(void) const | GTestCase | inline |
message(const std::string &message) | GTestCase | inline |
name(void) const | GTestCase | inline |
name(const std::string &name) | GTestCase | inline |
operator=(const GTestCase &test) | GTestCase | |
print(const GChatter &chatter=NORMAL) const | GTestCase | virtual |
type(void) const | GTestCase | inline |
type(const std::string &type) | GTestCase | inline |
~GBase(void) | GBase | inlinevirtual |
~GTestCase(void) | GTestCase | virtual |