|
|
| DummyPluginWhichAcceptsParameters (const SimpleString &name) |
| |
|
virtual bool | parseArguments (int ac, const char **av, int index) |
| |
|
| DummyPlugin (const SimpleString &name) |
| |
|
virtual void | preTestAction (UtestShell &, TestResult &) |
| |
|
virtual void | postTestAction (UtestShell &, TestResult &) |
| |
|
| TestPlugin (const SimpleString &name) |
| |
|
virtual void | runAllPreTestAction (UtestShell &, TestResult &) |
| |
|
virtual void | runAllPostTestAction (UtestShell &, TestResult &) |
| |
|
virtual bool | parseAllArguments (int ac, const char **av, int index) |
| |
|
virtual bool | parseAllArguments (int ac, char **av, int index) |
| |
|
virtual TestPlugin * | addPlugin (TestPlugin *) |
| |
|
virtual TestPlugin * | removePluginByName (const SimpleString &name) |
| |
|
virtual TestPlugin * | getNext () |
| |
|
virtual void | disable () |
| |
|
virtual void | enable () |
| |
|
virtual bool | isEnabled () |
| |
|
const SimpleString & | getName () |
| |
|
TestPlugin * | getPluginByName (const SimpleString &name) |
| |
|
|
int | preAction |
| |
|
int | preActionSequence |
| |
|
int | postAction |
| |
|
int | postActionSequence |
| |
|
| TestPlugin (TestPlugin *next_) |
| |
The documentation for this class was generated from the following file: