UUnitTestManager::QueueUnitTest

Queues a unit test for execution

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h

Include

#include "UnitTestManager.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp

Syntax

bool QueueUnitTest
(
    UClass * UnitTestClass,
    bool bRequeued
)

Remarks

Queues a unit test for execution

Returns

Whether or not queueing was successful

Parameters

Parameter

Description

UnitTestClass

The unit test class to be queued

bRequeued

Whether the unit test being queued, was aborted and is now being requeued

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss