Navigation
API > API/Developer > API/Developer/FunctionalTesting
Inheritance Hierarchy
- IModuleInterface
- IFunctionalTestingModule
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h |
| Include | #include "FunctionalTestingModule.h" |
Syntax
class IFunctionalTestingModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IFunctionalTestingModule & | Get () |
Gets the debugger singleton or returns NULL | |
| UFunctionalTestingManager * | Gets the active testing manager | ||
| void | Gets a list of maps/tests in the current project | ||
| bool | True if a test is about to start | ||
| bool | IsFinished () |
True if a UFunctionalTestingManager was spawned and is now done | |
| bool | IsRunning () |
True if there is an active UFunctionalTestingManager | |
| void | Sets that a test is being started | ||
| void | RunAllTestsOnMap
(
bool bClearLog, |
Triggers in sequence all functional tests found on the level | |
| void | RunTestOnMap
(
const FString& TestName, |
Runs a single test | |
| void | SetLooping
(
const bool bLoop |
If true, will run tests forever | |
| void | SetManager
(
UFunctionalTestingManager* NewManager |
Sets the active testing manager |