Upgrade to Robolectric 4 (#2982)

This commit is contained in:
Adam Jones 2019-06-04 17:32:07 +01:00 committed by Vivek Maskara
parent 230b9527ed
commit 67e43ef446
15 changed files with 22 additions and 21 deletions

View file

@ -7,7 +7,7 @@ import fr.free.nrw.commons.auth.SessionManager
import fr.free.nrw.commons.mwapi.MediaWikiApi
import fr.free.nrw.commons.notification.NotificationHelper
import fr.free.nrw.commons.utils.ViewUtilWrapper
import junit.framework.Assert.*
import org.junit.Assert.*
import org.junit.Before
import org.junit.Test
import org.mockito.InjectMocks