Is anyone using a test framework for unit testing C++ in Rocket?
Does the Epic Dev team unit test the UE4?
I’m familiar with test suites for .Net and Java but have not done much unit testing in C++ before.
Is anyone using a test framework for unit testing C++ in Rocket?
Does the Epic Dev team unit test the UE4?
I’m familiar with test suites for .Net and Java but have not done much unit testing in C++ before.
Hi Mike,
We don’t Unit test UE4.
Could you elaborate on that?
Do you test UE4 some other way?
Thanks,
-X
Take a look at the automation system. It’s the closest that I have found of a test suite.
https://docs.unrealengine.com/latest/INT/Programming/Automation/