wex v25.10.0
wex::test::unittest Class Reference

Offers the session based class info. More...

#include <wex/test/unittest.h>

Inheritance diagram for wex::test::unittest:

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.

Detailed Description

Offers the session based class info.

Your test application should be derived from this class.