I reinstalled Unreal Engine 5.3.2 and Visual Studio 2022 17.9.6. Everything works fine, but when i run the Tests with the Unreal Test Adapater i get Error.
Is there a way to fix this?
There was no Customization, UE, Lyra and Visual Studio all default installations. UE and Visual Studio itself works fine. Maybe i can just ignore this Issue, but i would prefer to fix it
i researched a lot and cant find any relevant source or information about this error.
I followed this Tutorial and he got the same issue:
I configured the Unreal Engine Test Adapater and Naming Convetion:
I used the Official Test Adapter Config:
https://raw.githubusercontent.com/microsoft/vc-ue-extensions/main/Source/.editorconfig
This is the Line in Class.cpp at 3962:
IMPLEMENT_CUSTOM_SIMPLE_AUTOMATION_TEST(FAutomationTestAttemptToFindShortTypeNamesInMetaData, FAutomationTestUObjectClassBase, “UObject.Class AttemptToFindShortTypeNamesInMetaData”, EAutomationTestFlags::EditorContext | EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::ServerContext | EAutomationTestFlags::SmokeFilter)
Is this meaning that i didnt define any Custom Simple Automation Test and thats why it says Empty?
Seems like the Engine has some optimization potential: