# Juliet\src\UnitTest\RunUnitTests ## Source Files - Source: `Juliet\src\UnitTest\RunUnitTests.cpp` ## AI Description This header defines a debug-only unit test runner for the Juliet system. Its responsibility is to execute specific validation suites like memory arena and vector checks via two forward-declared functions within the UnitTest namespace, logging execution status through LogManager only when JULIET_DEBUG is enabled at compile time. ## Symbols ### Namespace `Juliet::UnitTest` #### Functions & Methods - `// Forward declare the VectorUnitTest function void VectorUnitTest()` - `void TestMemoryArena()`