DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Testing private methodsΒΆ

Just don't. Unit testing is about testing the interface of your units (i.e., how the interact with the other parts of the system), not about testing its intestines.