IsLeafTest
virtual bool IsLeafTest() const;
if (fTest->IsLeafTest())
if (fTest != NULL && fTest->IsLeafTest()) {