retdec-cpp
|
Runner of analyses. More...
#include <test.h>
Public Member Functions | |
Construction and Destruction | |
Test (const Settings &settings) | |
Constructs a test with the given settings. More... | |
virtual | ~Test () override |
Testing | |
void | auth () |
Tries to authenticate. More... | |
![]() | |
virtual | ~Service ()=0 |
Destructs the service. More... | |
Service (const Service &)=delete | |
Service (Service &&)=delete | |
Service & | operator= (const Service &)=delete |
Service & | operator= (Service &&)=delete |
Additional Inherited Members | |
![]() | |
std::unique_ptr< internal::ServiceImpl > | pimpl |
Private implementation. More... | |
Runner of analyses.
retdec::Test::Test | ( | const Settings & | settings | ) |
Constructs a test with the given settings.
Constructs a test with the given settings and connection manager.
|
overridevirtualdefault |
void retdec::Test::auth | ( | ) |
Tries to authenticate.
AuthError | When the authentication fails. |
Does nothing when the authentication succeeds.