Technical Documentation
Unit Tests
Support
Unit tests are to test small API level implementations such as containers, math and so on. An example can be found here:
We currently use Google Test for unit testing.
Tests are automatically run for Windows and MacOS targets when pull requests are created.