wex v25.10.0
|
Offers the session based class info. More...
#include <wex/test/unittest.h>
Public Member Functions | |
bool | on_init (wex::app *app) |
Performs session init. | |
void | on_run (wex::app *app) |
Performs session activation. | |
bool | start (wex::app *app, int argc, char *argv[]) |
Start testing. |
Static Public Member Functions | |
static path | get_path (const std::string &file=std::string(), path::log_t type=path::log_t()) |
Returns the test path. |
Offers the session based class info.
Your test application should be derived from this class.