EUnitTestVerification

Enums The verification status of the current unit test - normally its execution completes immediately after positive/negative verification

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "UnitTest.h"

Syntax

enum EUnitTestVerification
{
    Unverified,
    VerifiedNotFixed,
    VerifiedFixed,
    VerifiedNeedsUpdate,
    VerifiedUnreliable,
}

Values

Name

Description

Unverified

Unit test is not yet verified

VerifiedNotFixed

Unit test is verified as not fixed

VerifiedFixed

Unit test is verified as fixed

VerifiedNeedsUpdate

Unit test is no longer functioning, needs manual check/update (issue may be fixed, or unit test broken)

VerifiedUnreliable

Unit test is verified as having executed unreliably

Remarks

Enums The verification status of the current unit test - normally its execution completes immediately after positive/negative verification

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