Description:
MockTransportSocketFactoryContext has a wrong mock function name local_info which mocks nothing as TransportSocketFactoryContext has member function localInfo() rather than local_info(). Unfortunately, un-matching mocked function name won't be caught by compiler.