retdec-cpp
List of all members
retdec::Test Class Reference

Runner of analyses. More...

#include <test.h>

Inheritance diagram for retdec::Test:
retdec::Service

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...
 
- Public Member Functions inherited from retdec::Service
virtual ~Service ()=0
 Destructs the service. More...
 
 Service (const Service &)=delete
 
 Service (Service &&)=delete
 
Serviceoperator= (const Service &)=delete
 
Serviceoperator= (Service &&)=delete
 

Additional Inherited Members

- Protected Attributes inherited from retdec::Service
std::unique_ptr< internal::ServiceImpl > pimpl
 Private implementation. More...
 

Detailed Description

Runner of analyses.

Constructor & Destructor Documentation

retdec::Test::Test ( const Settings settings)

Constructs a test with the given settings.

Constructs a test with the given settings and connection manager.

retdec::Test::~Test ( )
overridevirtualdefault

Member Function Documentation

void retdec::Test::auth ( )

Tries to authenticate.

Exceptions
AuthErrorWhen the authentication fails.

Does nothing when the authentication succeeds.


The documentation for this class was generated from the following files: