By definition "private" functions are ones you can't see outside that object. You can either test via the functions that call the private function, or expose the private function so that it can be tested.
Can you show the code and function you're trying to test?