Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will return the same object. We don't protect this under mutex_ as a user is not supposed to call this before main() starts, from which point on the return value will never change.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected