Testing private methods with SimpleTest - example
2017 Update note: before proceeding think if you really want to test underlying implementation of a class in the first place ;-) Here’s quick example how to test private class method with SimpleTest using RelectionClass (while you are reading about reflection class I will also point you directly to reflection method and what it’s all about).