Karumi / Rosie

Rosie is an Android framework to create applications following the principles of Clean Architecture.
Other
1.82k stars 157 forks source link

Replace the usage of a class UnitTest with the MockitoJUnitRunner. #54

Closed pedrovgs closed 8 years ago

pedrovgs commented 8 years ago

I have noticed that we were using a class UnitTest just to initialize the mocks declared into our test cases using the @Mock annotation. I have removed that class and replace the implementation with the MockitoJUnitRunner.

I have also updated the Mockito version we are using to the last one published.

Serchinastico commented 8 years ago

I don't know if travis just had a stroke or the failure is related to these changes, I restarted the build just in case. Anyways, LGTM