IPC_TESTING_API implementation does not use Connection.h implementation to send messages Instead, it does the same logic as what the Connection.h would do. This means 1) It does not test Connection, even when that is the purpose of the API 2) It breaks if Connection changes
<rdar://problem/89806623>