Unit Tests in Unreal – pt 3 – Making Your Unreal Game Code Testable

Introduction In this part of the series, I'll ilustrate the problem to test Unreal Engine classes and one approach to write the tests. As you will probably realise, when doing unit tests a lot of problems related to how your dependencies are organised will crop up. This is one of the greatest benefits of the … Continue reading Unit Tests in Unreal – pt 3 – Making Your Unreal Game Code Testable

Advertisement