Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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()`
|
||||
|
||||
Reference in New Issue
Block a user