![]() |
NDEVR
API Documentation
|
Provides an AutomatedTest for grabbing network information. More...
Public Member Functions | |
| GrabNetworkInfo (WindowManager *manager) | |
| Constructs a test that gathers network diagnostic information. | |
| bool | performTest (AutomatedTestingDialog *dialog) |
| Executes the network information gathering test. | |
| void | stopTest () |
| Stops the network information test. | |
Additional Inherited Members | |
| Public Attributes inherited from AutomatedTest | |
| String | icon |
| The icon resource name displayed for this test. | |
| bool | is_looped_test = false |
| Whether this test repeats in a loop until stopped. | |
| TranslatedString | name |
| The user-facing translated name of the test. | |
| std::function< void()> | on_test_completed |
| Callback invoked when the test finishes. | |
Provides an AutomatedTest for grabbing network information.
Definition at line 96 of file AutomatedTesting.h.
| GrabNetworkInfo::GrabNetworkInfo | ( | WindowManager * | manager | ) |
Constructs a test that gathers network diagnostic information.
| [in] | manager | The window manager providing access to application context. |
|
virtual |
Executes the network information gathering test.
| [in] | dialog | The testing dialog providing UI feedback. |
Implements AutomatedTest.