pocorall / scaloid

Scaloid makes your Android code easy to understand and maintain.
Other
2.09k stars 163 forks source link

added UnitTests for org.scaloid.common.Helpers #107

Closed taisukeoe closed 9 years ago

taisukeoe commented 9 years ago

Please let me send PR for UnitTests of org.scaloid.common.Helpers .

Of note,this doesn't include any UnitTest for org.scaloid.common.MediaHelpers since Robolectric seems not to support tests for RingtoneManager (and I couldn't find any other suitable test framework... :-( ).

If any, please let me know.

pocorall commented 9 years ago

Great, thanks again!

Because the functions in MediaHelpers is straightforward, I think it is not too bad without tests.

taisukeoe commented 9 years ago

Thanks for merging! I see your point for MediaHelpers. I'll let you know once I find a way to test it.