We don't add temporary files and folders such as test-report like in this case, please remove it from the git.
Log.d doesn't work for logging in Robolectric tests and it's redundant here.
wildSocket and mLocalSocket are mocked object so you should not call wildSocket.disconnect() and so on. We can just remove tearDown() in SSDPSocketTest
In the SSDPSearchMsgTest testToString method contains 2 test, it should be split into 2 test methods with proper names. The same is for testParseDatagram because it violates single responsibility principle.
code checkin for ConnectSDK Roboelectric test cases specific for core module as part of sdk_1.4-dev.