Checks virtual calls from the constructor to methods defined in the same class.
When not used carefully, virtual calls from constructors can lead to a call in a derived instance that's not yet constructed.
Visits a unittest.
The file name
See Implementation
Checks virtual calls from the constructor to methods defined in the same class.
When not used carefully, virtual calls from constructors can lead to a call in a derived instance that's not yet constructed.