![]() |
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 |
| bool | is_looped_test = false |
| TranslatedString | name |
| std::function< void()> | on_test_completed |
base class for performing a test for easily testing certain software functionality
|
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 |