You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
All the test methods now return a boolean to indicate if the test passed or fail. New macros run those methods and, if they return false, insert a "return false" in the code, so that it exits the current test immediately. See comments and example in code. #rb andrew.grant [CL 10113639 by ludovic chabant in Dev-Editor branch]