irccd
3.0.3
|
Test fixture helper for Javascript modules. More...
#include <js_fixture.hpp>
Protected Member Functions | |
js_fixture (const std::string &path="") | |
![]() | |
irccd_fixture () | |
Protected Attributes | |
std::shared_ptr< js::plugin > | plugin_ |
Javascript plugin. More... | |
![]() | |
boost::asio::io_context | ctx_ |
Boost.Asio context. More... | |
daemon::bot | bot_ {ctx_} |
Main irccd daemon. More... | |
Test fixture helper for Javascript modules.
|
protected |
Constructor.
Initialize a Javascript plugin with all Javascript API modules.
path | the path to a Javascript file if required |
|
protected |
Javascript plugin.