UUnitTestManager::PrintUnitTestResult

Prints the results information for a single unit test

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

void PrintUnitTestResult
(
    UUnitTest * InUnitTest,
    bool bFinalSummary,
    bool bUnfinished
)

Remarks

Prints the results information for a single unit test

Parameters

Parameter

Description

InUnitTest

The unit test to print results information for

bFinalSummary

Whether or not this is the final summary printout (changes the formatting slightly)

bUnfinished

Whether or not the unit test was aborted and could not be run

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