Class zmbt::Config¶
Global app config.
#include <config.hpp>
Public Types¶
| Type | Name |
|---|---|
| typedef std::function< void(boost::json::value const &)> | FailureHandler |
Public Functions¶
| Type | Name |
|---|---|
| Config () |
|
| Config (Config const &) = default |
|
| Config (Config &&) = default |
|
| Config & | HandleTestFailure (boost::json::value const & diagnostics) |
| Config & | ResetFailureHandler () Reset the test handler to default. |
| Config & | SetFailureHandler (FailureHandler const & fn) Set custom test failure handler. |
| Config & | operator= (Config const &) = default |
| Config & | operator= (Config &&) = default |
| ~Config () = default |
Public Types Documentation¶
typedef FailureHandler¶
Public Functions Documentation¶
function Config [1/3]¶
function Config [2/3]¶
function Config [3/3]¶
function HandleTestFailure¶
function ResetFailureHandler¶
Reset the test handler to default.
function SetFailureHandler¶
Set custom test failure handler.
function operator=¶
function operator=¶
function ~Config¶
The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/application/config.hpp