RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Change RCLogger so it can be used in Local unit tests #805

Closed ognjenns closed 6 years ago

ognjenns commented 6 years ago

note: we need to change the TextUtils.isEmpty

atsakiridis commented 6 years ago

@ognjenns also consider using http://robolectric.org/ instead of a mocking framework. I haven't used it personally but it's getting publicity and seems Google is supporting it