API Documentation
|
base class for performing a test for easily testing certain software functionality More...
#include <AutomatedTesting.h>
Public Member Functions | |
virtual bool | performTest (AutomatedTestingDialog *)=0 |
virtual void | stopTest ()=0 |
Public Attributes | |
String | icon |
TranslatedString | name |
std::function< void()> | on_test_completed |
bool | is_looped_test = false |
base class for performing a test for easily testing certain software functionality
Class: AutomatedTest
|
pure virtual |
Implemented in GrabNetworkInfo, and LoopedAutomatedTest.
|
pure virtual |
Implemented in GrabNetworkInfo, and LoopedAutomatedTest.
String icon |
bool is_looped_test = false |
TranslatedString name |
std::function<void()> on_test_completed |