#include <AppTest.H>
Public Member Functions | |
void | Test__MobileParameters (test::results &result) |
void | Process (test::results &result) |
Process all tests and populate a "results" object. More... | |
void | ProcessTests (std::list< std::string > &test_names, test::results &result) |
Process named tests from a list and populate a "results" object. More... | |
![]() | |
virtual void | Prologue () |
Set up the tests and any test fixture constructs. More... | |
virtual void | RunTest (const std::string &name, Results &results) |
Run a particular test. More... | |
virtual void | Epilogue () |
Clean up any test fixtures that need cleaning. More... | |
virtual void | AddTest (const std::string &testName, TestFunctionType TestFunc) |
Add a test. More... | |
FunctionMapType & | FunctionMap () |
virtual void | ListTests (std::ostream &outStream) |
virtual | ~manager () |
Additional Inherited Members | |
![]() | |
typedef test::results | Results |
typedef void(manager::* | TestFunctionType) (test::results &) |
typedef std::map< std::string, TestFunctionType > | FunctionMapType |
![]() | |
FunctionMapType | testFunctionMap |
|
inlinevirtual |
Process all tests and populate a "results" object.
Reimplemented from manager< test::results >.
Definition at line 21 of file AppTest.H.
References manager< test::results >::Epilogue(), manager< test::results >::Prologue(), and testmanager::Test__MobileParameters().
Referenced by ix::app::AppTest().
|
inlinevirtual |
Process named tests from a list and populate a "results" object.
Reimplemented from manager< test::results >.
Definition at line 28 of file AppTest.H.
References manager< test::results >::Epilogue(), manager< test::results >::Prologue(), and testmanager::Test__MobileParameters().
|
inline |
Definition at line 16 of file AppTest.H.
Referenced by testmanager::Process(), and testmanager::ProcessTests().