- Doc'd
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-26 22:31:07 +02:00
parent b3dadf6228
commit a1631da8d9
1 changed files with 6 additions and 0 deletions

View File

@ -417,6 +417,12 @@ public struct Registry
}
}
/**
* Tests out the working with the
* registry in order to manage
* a set of named configuration
* entries
*/
unittest
{
Registry reg = Registry(false);