# UnrealGoogleTestExample **Repository Path**: twsa/UnrealGoogleTestExample ## Basic Information - **Project Name**: UnrealGoogleTestExample - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-22 - **Last Updated**: 2022-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnrealGoogleTestExample A simple example of Unit Testing in Unreal Engine 4 using Google Test. It also includes all the assets required, just need to build, generate and execute the solution. This repo was created following this guide wrote by [@ericlemes](https://github.com/ericlemes): [unit-tests-in-unreal-pt-1](https://ericlemes.com/2018/12/12/unit-tests-in-unreal-pt-1/) [unit-tests-in-unreal-pt-2](https://ericlemes.com/2018/12/13/unit-tests-in-unreal-pt-2/) [unit-tests-in-unreal-pt-3](https://ericlemes.com/2018/12/17/unit-tests-in-unreal-pt-3/) Also special thansk to [@NansPellicari](https://github.com/NansPellicari) for the help, the script to build using through powershell was made by him. Have a look at his repository for additional notes: [UE4WithGoogle](https://github.com/NansPellicari/UE4WithGoogle/)