Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
c245cdc36281eb0cd31c8265a263aaaed00a4580
UnrealEngineUWP/Engine/Source/Programs/ChaosUserDataPTTests/Private/TestGroupEvents.cpp

16 lines
298 B
C++
Raw Normal View History

Add low level tests for ChaosUserDataPT #rb benn.gallagher [CL 22439709 by steven barnett in ue5-main branch]
2022-10-10 17:14:07 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "TestCommon/Initialization.h"
Catch2 feature introduced: test groups and group events at global, group and test group before/after levels #preflight 636ab505450be1d9f83e90e4 #rb Jerome.Delattre [CL 23039159 by chris constantinescu in ue5-main branch]
2022-11-08 16:02:46 -05:00
#include <catch2/catch_test_macros.hpp>
GROUP_BEFORE_GLOBAL(Catch::DefaultGroup)
Add low level tests for ChaosUserDataPT #rb benn.gallagher [CL 22439709 by steven barnett in ue5-main branch]
2022-10-10 17:14:07 -04:00
{
InitAll(/*bAllowLogging=*/true, /*bMultithreaded=*/false);
}
Catch2 feature introduced: test groups and group events at global, group and test group before/after levels #preflight 636ab505450be1d9f83e90e4 #rb Jerome.Delattre [CL 23039159 by chris constantinescu in ue5-main branch]
2022-11-08 16:02:46 -05:00
GROUP_AFTER_GLOBAL(Catch::DefaultGroup)
{
CleanupAll();
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 348ms Template: 4ms
English
English
Licenses API