environment | robottestingframework::TestCase | private |
failed() | robottestingframework::TestCase | |
getDescription() const | robottestingframework::Test | inline |
getEnvironment() | robottestingframework::TestCase | |
getName() const | robottestingframework::Test | inline |
getParam() | robottestingframework::TestCase | |
getRepetition() | robottestingframework::TestCase | |
getResult() | robottestingframework::TestCase | |
interrupt() override | robottestingframework::TestCase | virtual |
interrupted | robottestingframework::TestCase | private |
param | robottestingframework::TestCase | private |
repetition | robottestingframework::TestCase | private |
result | robottestingframework::TestCase | private |
run()=0 | robottestingframework::TestCase | pure virtual |
run(TestResult &rsl) override | robottestingframework::TestCase | virtual |
setDescription(const std::string description) | robottestingframework::Test | inline |
setEnvironment(const std::string environment) | robottestingframework::TestCase | |
setName(std::string name) | robottestingframework::Test | inlineprotected |
setParam(const std::string param) | robottestingframework::TestCase | |
setRepetition(unsigned int rep) | robottestingframework::TestCase | |
setup(int argc, char **argv) | robottestingframework::TestCase | virtual |
succeeded() const override | robottestingframework::TestCase | virtual |
successful | robottestingframework::TestCase | private |
tearDown() | robottestingframework::TestCase | virtual |
Test(std::string name, std::string description="") | robottestingframework::Test | inline |
TestCase(std::string name, std::string param="") | robottestingframework::TestCase | |
~Test() | robottestingframework::Test | inlinevirtual |
~TestCase() | robottestingframework::TestCase | virtual |